ID: 42579 User updated by: thomas dot hebinck at digionline dot de Reported By: thomas dot hebinck at digionline dot de Status: Open Bug Type: Apache related Operating System: Linux PHP Version: 5.2.4 New Comment:
This will help: diff -urw php_apache.c.original php_apache.c --- php_apache.c.original Sat Feb 24 03:17:28 2007 +++ php_apache.c Thu Sep 6 15:58:12 2007 @@ -66,6 +66,7 @@ PHP_FE(apache_response_headers, NULL) PHP_FE(apache_get_version, NULL) PHP_FE(apache_get_modules, NULL) + PHP_FE(apache_reset_timeout, NULL) PHP_FALIAS(getallheaders, apache_request_headers, NULL) {NULL, NULL, NULL} }; ... but I don't know, if the function is really finished. At least doesn't seem to work with soap. Previous Comments: ------------------------------------------------------------------------ [2007-09-06 14:12:36] thomas dot hebinck at digionline dot de Description: ------------ The documented function apache_reset_timeout() does not exist. Reproduce code: --------------- <? apache_reset_timeout() ?> Expected result: ---------------- nothing visible Actual result: -------------- PHP Fatal error: Call to undefined function apache_reset_timeout() ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42579&edit=1