0 votes
in PHP by
Explain the difference between PHP4 and PHP5.

1 Answer

0 votes
by

PHP4 doesn't support oops concept and uses Zend Engine 1.

PHP5 supports oops concept and uses Zend Engine 2.

...