1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
- #65641 mod_proxy-fcgi is not fixed (still open)
- #67606 mod_fastcgi is fixed in ee275e34c8
This commit is contained in:
Remi Collet
2014-09-15 08:23:25 +02:00
parent 372844918a
commit 2775dc2b44

3
NEWS
View File

@@ -21,8 +21,7 @@ PHP NEWS
. Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
- FPM:
. Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when
using Apache). (David Zuelke)
. Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke)
- GD:
. Made fontFetch's path parser thread-safe. (Sara)