Why php 7 is faster?



Why php 7 is faster?..

Answer / Deepak Modiyani

PHP 7 includes several performance improvements, such as a new Zend Engine (Zend Engine 3), better memory management, and the removal of some deprecated functions. These changes contribute to its overall speed increase.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How can we find the number of rows in a result set using PHP?

4 Answers  


How is csrf token generated?

1 Answers  


How to concatenate two strings together in php?

1 Answers  


What is the difference between php 5 and php 7?

1 Answers  


What do you mean by having php as whitespace insensitive?

1 Answers  


What is a helper function?

1 Answers  


How to call javascript function in php without any event?

1 Answers  


What is the use of Mbstring?

1 Answers  


What is explode() in php?

1 Answers  


How do you end a session in php?

1 Answers  


What is difference between html and php?

1 Answers  


What is the difference between Session and Cookie?

1 Answers  


Categories