From 6833da6028f25498b50f57ca62af49ccca7e6e03 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 9 Feb 2012 20:04:49 +0000 Subject: [PATCH] Document exit_on_timeout git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323142 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.core.xml | 20 ++++++++++++++++++++ appendices/ini.list.xml | 6 ++++++ 2 files changed, 26 insertions(+) diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index ebe3abc48f..bd9c6e9aff 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -103,6 +103,12 @@ &php.ini; only Available since PHP 4.3.2. + + exit_on_timeout + "" + PHP_INI_ALL + Available since PHP 5.3.0. + expose_php "1" @@ -373,6 +379,20 @@ + + + + exit_on_timeout + boolean + + + + This is an Apache1 mod_php-only directive that forces an Apache child to exit if a PHP execution timeout occurred. + Such a timeout causes an internal longjmp() call in Apache1 which can leave some extensions in an inconsistent + state. By terminating the process any outstanding locks or memory will be cleaned up. + + + diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index 1e40ff8162..0f0502d6d6 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -760,6 +760,12 @@ PHP_INI_ALL Available since PHP 4.3.0. + + exit_on_timeout + "" + PHP_INI_ALL + Available since PHP 5.3.0 + expect.logfile ""