1.

Differentiate Between Php5 And Php7?

Answer»

PHP 5:

  • PHP5 is slower than PHP7.
  • PHP5 doesn’t have closure::call () FUNCTION.
  • In PHP5, HANDLING of errors was a tedious TASK.

PHP 7:

  • PHP7 is TWICE as fast as PHP5.
  • Closure:: call() function was added in PHP7.
  • PHP7 has made handling of errors easier.

PHP 5:

PHP 7:



Discussion

No Comment Found