ID: 42579
User updated by: thomas dot hebinck at digionline dot de
Reported By: thomas dot hebinck at digionline dot de
-Status: Feedback
+Status: Open
Bug Type: Apache related
Operating System: Linux
PHP Version: 5.2.4
New Comment:
The function is defined in:
php-5.2.4/sapi/apache/php_apache.c
Previous Comments:
------------------------------------------------------------------------
[2007-09-06 22:25:43] [EMAIL PROTECTED]
In what directory is that file you patched? (there are 3 such files in
sources, iirc)
------------------------------------------------------------------------
[2007-09-06 15:08:26] thomas dot hebinck at digionline dot de
... it works with soap (after patching the source) ;-)
------------------------------------------------------------------------
[2007-09-06 14:15:15] thomas dot hebinck at digionline dot de
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.
------------------------------------------------------------------------
[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