Download | Plain Text | No Line Numbers


  1. diff -Naur php-5.4.32.orig/sapi/apache2handler/sapi_apache2.c php-5.4.32/sapi/apache2handler/sapi_apache2.c
  2. --- php-5.4.32.orig/sapi/apache2handler/sapi_apache2.c 2014-08-20 22:15:22.000000000 +0200
  3. +++ php-5.4.32/sapi/apache2handler/sapi_apache2.c 2014-09-12 20:19:49.533685697 +0200
  4. @@ -376,7 +376,7 @@
  5. php_apache_sapi_read_cookies, /* read Cookies */
  6.  
  7. php_apache_sapi_register_variables,
  8. - php_apache_sapi_log_message, /* Log message */
  9. + NULL, /* Log message */
  10. php_apache_sapi_get_request_time, /* Request Time */
  11. NULL, /* Child Terminate */
  12.  
  13. diff -Naur php-5.4.32.orig/sapi/cgi/cgi_main.c php-5.4.32/sapi/cgi/cgi_main.c
  14. --- php-5.4.32.orig/sapi/cgi/cgi_main.c 2014-08-20 22:15:22.000000000 +0200
  15. +++ php-5.4.32/sapi/cgi/cgi_main.c 2014-09-12 20:19:49.534685715 +0200
  16. @@ -967,7 +967,7 @@
  17. sapi_cgi_read_cookies, /* read Cookies */
  18.  
  19. sapi_cgi_register_variables, /* register server variables */
  20. - sapi_cgi_log_message, /* Log message */
  21. + NULL, /* Log message */
  22. NULL, /* Get request time */
  23. NULL, /* Child terminate */
  24.  
  25. diff -Naur php-5.4.32.orig/sapi/fpm/fpm/fpm_main.c php-5.4.32/sapi/fpm/fpm/fpm_main.c
  26. --- php-5.4.32.orig/sapi/fpm/fpm/fpm_main.c 2014-08-20 22:15:22.000000000 +0200
  27. +++ php-5.4.32/sapi/fpm/fpm/fpm_main.c 2014-09-12 20:19:49.534685715 +0200
  28. @@ -886,7 +886,7 @@
  29. sapi_cgi_read_cookies, /* read Cookies */
  30.  
  31. sapi_cgi_register_variables, /* register server variables */
  32. - sapi_cgi_log_message, /* Log message */
  33. + NULL, /* Log message */
  34. NULL, /* Get request time */
  35. NULL, /* Child terminate */
  36.  
  37.