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.

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
...