Download | Plain Text | Line Numbers


diff -Naur php-7.0.0.orig/sapi/apache2handler/sapi_apache2.c php-7.0.0/sapi/apache2handler/sapi_apache2.c
--- php-7.0.0.orig/sapi/apache2handler/sapi_apache2.c	2015-09-29 23:48:14.000000000 +0200
+++ php-7.0.0/sapi/apache2handler/sapi_apache2.c	2015-10-10 11:50:30.856013829 +0200
@@ -377,7 +377,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-7.0.0.orig/sapi/cgi/cgi_main.c php-7.0.0/sapi/cgi/cgi_main.c
--- php-7.0.0.orig/sapi/cgi/cgi_main.c	2015-09-29 23:48:14.000000000 +0200
+++ php-7.0.0/sapi/cgi/cgi_main.c	2015-10-10 11:50:41.619200036 +0200
@@ -949,7 +949,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-7.0.0.orig/sapi/fpm/fpm/fpm_main.c php-7.0.0/sapi/fpm/fpm/fpm_main.c
--- php-7.0.0.orig/sapi/fpm/fpm/fpm_main.c	2015-09-29 23:48:14.000000000 +0200
+++ php-7.0.0/sapi/fpm/fpm/fpm_main.c	2015-10-10 11:51:12.822739870 +0200
@@ -868,7 +868,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 */