php-fpm set_time_limit() timeout
Sziasztok,
Belefutottam egy furi dologba, es gondoltam hatha valaki mar talalkozott vele. php-fpm frissites ota (5.6.30) a set_time_limit() fuggveny timeoutol 5.6.30-as php-val.
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
set_time_limit( 300 );
echo "ok";
( ! ) Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/hutml/asd.php on line 5
Call Stack
# Time Memory Function Location
1 0.0002 238976 {main}( ) .../asd.php:0
2 0.0004 239616 set_time_limit ( ) .../asd.php:5
Termeszetesen a php-fpm semmi hasznosat nem loggol. Ami tovabb fogozza az elvezeteket, hogy php-fpm restart utan egy darabig jo (3-8 request) tokeletesen mukodik.
Akinek van valami otlete kerem ne folytsa magaba.
Elore is koszi a segitseget.
- Tovább (php-fpm set_time_limit() timeout)
- 1141 megtekintés