0
Why php7 use more memory to store objects?
php scripts star to fail with a memory limit after update to php7
1 Antwort
+ 1
PHP5 allocating memory (By Request) assuming by it's Zend Engine structure.
In PHP7 it's some optimizations made at this side, so on memory allocating (by the chunks)
PHP7 saves memory very much on large programs.