Build fix

This commit is contained in:
Zeev Suraski 2001-07-28 12:05:15 +00:00
parent 63829bc949
commit dde79b86c5

View File

@ -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;
}