Interview Questions

What is the difference between PHP4 and PHP5?

PHP Interview Questions and Answers


(Continued from previous question...)

What is the difference between PHP4 and PHP5?

PHP4 cannot support oops concepts and Zend engine 1 is used.

PHP5 supports oops concepts and Zend engine 2 is used.
Error supporting is increased in PHP5.
XML and SQLLite will is increased in PHP5.

(Continued on next question...)

Other Interview Questions