diff options
Diffstat (limited to 'sapi/apache_hooks/mod_php5.c')
| -rw-r--r-- | sapi/apache_hooks/mod_php5.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/sapi/apache_hooks/mod_php5.c b/sapi/apache_hooks/mod_php5.c index 8e7cd2f292..f7fadd9919 100644 --- a/sapi/apache_hooks/mod_php5.c +++ b/sapi/apache_hooks/mod_php5.c @@ -430,10 +430,8 @@ static int php_apache_startup(sapi_module_struct *sapi_module)  /* {{{ php_apache_log_message   */ -static void php_apache_log_message(char *message) +static void php_apache_log_message(char *message TSRMLS_DC)  { -	TSRMLS_FETCH(); -  	if (SG(server_context)) {  #if MODULE_MAGIC_NUMBER >= 19970831  		aplog_error(NULL, 0, APLOG_ERR | APLOG_NOERRNO, ((request_rec *) SG(server_context))->server, "%s", message); | 
