You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 5.5.19 Development Server started at Sun Dec 7 01:33:35 2014
Listening on http://0.0.0.0:8080
Document root is /var/www/zend/apigility/v.1.4.0/public
Press Ctrl-C to quit.
[Sun Dec 7 01:33:37 2014] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140645686686384 bytes) in Unknown on line 0
( ! ) Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140645686686384 bytes) in Unknown on line 0
I saw this together Matthew Weier, in PHPConferenceBR. He he taught me xcache is not necessary if I use PHP 5.5, whereas in this version, PHP comes with Opcache.
Is not in fact a problem, but is a good thing to know why it happens.
When xcache + ioncube extensions are enabled on PHP 5.5, and I start php embedded web server, se what happens with apigility:
php -S 0.0.0.0:8080 -t /var/www/zend/apigility/v.1.4.0/public /var/www/zend/apigility/v.1.4.0/public/index.php
PHP 5.5.19 Development Server started at Sun Dec 7 01:33:35 2014
Listening on http://0.0.0.0:8080
Document root is /var/www/zend/apigility/v.1.4.0/public
Press Ctrl-C to quit.
[Sun Dec 7 01:33:37 2014] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140645686686384 bytes) in Unknown on line 0
I saw this together Matthew Weier, in PHPConferenceBR. He he taught me xcache is not necessary if I use PHP 5.5, whereas in this version, PHP comes with Opcache.
Is not in fact a problem, but is a good thing to know why it happens.
Originally posted by @gpsa at zfcampus/zf-apigility#83
The text was updated successfully, but these errors were encountered: