]> granicus.if.org Git - php/commitdiff
MFH:- Fixed bug #42579 (apache_reset_timeout() does not exist)
authorJani Taskinen <jani@php.net>
Fri, 7 Sep 2007 08:49:24 +0000 (08:49 +0000)
committerJani Taskinen <jani@php.net>
Fri, 7 Sep 2007 08:49:24 +0000 (08:49 +0000)
sapi/apache/php_apache.c

index 99d338f151eececbb82339f8811ea5e21f99c34e..ca424e3455ca47066aa93324cc2564c5d29394fa 100644 (file)
@@ -64,8 +64,9 @@ zend_function_entry apache_functions[] = {
        PHP_FE(apache_child_terminate,                                  NULL)
        PHP_FE(apache_setenv,                                                   NULL)
        PHP_FE(apache_response_headers,                                 NULL)
-       PHP_FE(apache_get_version,                                      NULL)
-       PHP_FE(apache_get_modules,                                      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}
 };