Download | Plain Text | Line Numbers


diff -Naur php-5.4.32.orig/sapi/apache2handler/sapi_apache2.c php-5.4.32/sapi/apache2handler/sapi_apache2.c
--- php-5.4.32.orig/sapi/apache2handler/sapi_apache2.c	2014-08-20 22:15:22.000000000 +0200
+++ php-5.4.32/sapi/apache2handler/sapi_apache2.c	2014-09-12 20:19:49.533685697 +0200
@@ -376,7 +376,7 @@
 	php_apache_sapi_read_cookies,			/* read Cookies */
 
 	php_apache_sapi_register_variables,
-	php_apache_sapi_log_message,			/* Log message */
+	NULL,			/* Log message */
 	php_apache_sapi_get_request_time,		/* Request Time */
 	NULL,						/* Child Terminate */
 
diff -Naur php-5.4.32.orig/sapi/cgi/cgi_main.c php-5.4.32/sapi/cgi/cgi_main.c
--- php-5.4.32.orig/sapi/cgi/cgi_main.c	2014-08-20 22:15:22.000000000 +0200
+++ php-5.4.32/sapi/cgi/cgi_main.c	2014-09-12 20:19:49.534685715 +0200
@@ -967,7 +967,7 @@
 	sapi_cgi_read_cookies,			/* read Cookies */
 
 	sapi_cgi_register_variables,	/* register server variables */
-	sapi_cgi_log_message,			/* Log message */
+	NULL,			/* Log message */
 	NULL,							/* Get request time */
 	NULL,							/* Child terminate */
 
diff -Naur php-5.4.32.orig/sapi/fpm/fpm/fpm_main.c php-5.4.32/sapi/fpm/fpm/fpm_main.c
--- php-5.4.32.orig/sapi/fpm/fpm/fpm_main.c	2014-08-20 22:15:22.000000000 +0200
+++ php-5.4.32/sapi/fpm/fpm/fpm_main.c	2014-09-12 20:19:49.534685715 +0200
@@ -886,7 +886,7 @@
 	sapi_cgi_read_cookies,			/* read Cookies */
 
 	sapi_cgi_register_variables,	/* register server variables */
-	sapi_cgi_log_message,			/* Log message */
+	NULL,							/* Log message */
 	NULL,							/* Get request time */
 	NULL,							/* Child terminate */