Download | Plain Text | Line Numbers
diff -Naur php-7.1.1.orig/sapi/apache2handler/sapi_apache2.c php-7.1.1/sapi/apache2handler/sapi_apache2.c
--- php-7.1.1.orig/sapi/apache2handler/sapi_apache2.c 2017-01-17 21:44:41.000000000 +0100
+++ php-7.1.1/sapi/apache2handler/sapi_apache2.c 2017-01-24 15:03:03.876788421 +0100
@@ -413,7 +413,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.1.1.orig/sapi/cgi/cgi_main.c php-7.1.1/sapi/cgi/cgi_main.c
--- php-7.1.1.orig/sapi/cgi/cgi_main.c 2017-01-24 14:56:49.465045748 +0100
+++ php-7.1.1/sapi/cgi/cgi_main.c 2017-01-24 15:03:03.877788410 +0100
@@ -958,7 +958,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.1.1.orig/sapi/fpm/fpm/fpm_main.c php-7.1.1/sapi/fpm/fpm/fpm_main.c
--- php-7.1.1.orig/sapi/fpm/fpm/fpm_main.c 2017-01-24 14:56:49.467045725 +0100
+++ php-7.1.1/sapi/fpm/fpm/fpm_main.c 2017-01-24 15:03:03.877788410 +0100
@@ -872,7 +872,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 */