diff options
| author | Felipe Pena <felipe@php.net> | 2011-08-06 01:22:27 +0000 | 
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2011-08-06 01:22:27 +0000 | 
| commit | 783b05326a602c669141aa317a18ab07f73a6298 (patch) | |
| tree | dc802e8eaf7cf90d56e6e332e20e1509761ac182 /sapi/apache_hooks | |
| parent | 7c1cb2693732ba37e301dac9b93bb511c00abac4 (diff) | |
| download | php-git-783b05326a602c669141aa317a18ab07f73a6298.tar.gz | |
- Added missing PHP_FE_END/ZEND_FE_END
Diffstat (limited to 'sapi/apache_hooks')
| -rw-r--r-- | sapi/apache_hooks/php_apache.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c index 319979e7a2..0c4e99303a 100644 --- a/sapi/apache_hooks/php_apache.c +++ b/sapi/apache_hooks/php_apache.c @@ -1384,7 +1384,7 @@ const static zend_function_entry php_apache_request_class_functions[] = {      PHP_FALIAS(method_uri,                  apache_request_sub_req_method_uri,      NULL)      PHP_FALIAS(run,                         apache_request_run,                     NULL)      PHP_FALIAS(internal_redirect,           apache_request_internal_redirect,       NULL) -	{ NULL, NULL, NULL } +	PHP_FE_END  };  /* }}} */  | 
