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

index 83bf0146106576492d6bb8857effe95f552c8e3a..868c4c3d9dacf5bc69f5bf4f26e0126dc62de32a 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}
 };