From: Ferenc Kovacs Date: Sun, 29 Jun 2014 23:02:22 +0000 (+0200) Subject: adding NEWS entry for the fix for bug #65641 X-Git-Tag: PRE_PHPNG_MERGE~151^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19e5852ad8dd38480f008e82ae2dbbdd9e0ac11c;p=php adding NEWS entry for the fix for bug #65641 --- diff --git a/NEWS b/NEWS index 3a18ff3c61..0b9c263505 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS - FPM: . Fix bug #67530 (error_log=syslog ignored). (Remi) . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi) + . Fix bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when + using Apache). (David Zuelke) - phpdbg: . Fix Bug #67499 (readline feature not enabled when build with libedit). (Remi)