Hi everybody,
thanks a lot for the tip ! It helped me so much, with everything up to date on debian, the problem occured.
I just changed the tip to be able to use it with php-fpm/fastcgi because php_sapi_name() always returns php-fcgi
-- Still on top of index.php --
Hope it will help fresh installs.
EDIT : to identify better the problem I updated system/php to PHP 5.5.7 (the last one on a 2nd Fedora server I have) and the problem disappeared :) I have 2 servers : the new one on Debian and the old with an old Fedora. Finally, the last Fedora, on this point, is more stable ...
thanks a lot for the tip ! It helped me so much, with everything up to date on debian, the problem occured.
I just changed the tip to be able to use it with php-fpm/fastcgi because php_sapi_name() always returns php-fcgi
-- Still on top of index.php --
if ((isset($_SERVER['_'])) && (preg_match('/archive\.sh/', $_SERVER['_']) == 1)) { gc_disable(); }I think there is several ways to do it, I chose this one...
Hope it will help fresh installs.
EDIT : to identify better the problem I updated system/php to PHP 5.5.7 (the last one on a 2nd Fedora server I have) and the problem disappeared :) I have 2 servers : the new one on Debian and the old with an old Fedora. Finally, the last Fedora, on this point, is more stable ...