Basic PHP Programming Question:

What is the difference between PHP4 and PHP5?

Tweet Share WhatsApp

Answer:

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.

Download PHP PDF Read All 139 PHP Questions
Previous QuestionNext Question
What are the MySQL database files stored in system ?What is meant by nl2br()?