diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-28 12:05:15 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-28 12:05:15 +0000 |
commit | dde79b86c50e28eee861e7ad5daee975694f466e (patch) | |
tree | 1bc3b3c3424a9e54db36e9e8ec640e12393a5d82 /sapi/apache/php_apache.c | |
parent | 63829bc9492a21ede9fc72dd2679529d97748ac0 (diff) | |
download | php-git-dde79b86c50e28eee861e7ad5daee975694f466e.tar.gz |
Build fix
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 15aa2a7703..5666092c38 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -90,7 +90,7 @@ PHP_INI_END() -static void php_apache_globals_ctor(php_apache_info_struct *apache_globals_p TSRMLS_DC) +static void php_apache_globals_ctor(php_apache_info_struct *apache_globals TSRMLS_DC) { apache_globals->in_request = 0; } |