summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-08-28 23:10:32 -0700
committerStanislav Malyshev <stas@php.net>2014-08-28 23:10:32 -0700
commitb206b0e29d2cf9a41b94befedfefd806a71d0846 (patch)
tree6837adb328594424301cf9bd368b401305795239
parentee275e34c8b303945945c650d4bc90dcc2ac0b17 (diff)
downloadphp-git-b206b0e29d2cf9a41b94befedfefd806a71d0846.tar.gz
fix NEWS for fcgi fix merge
-rw-r--r--NEWS18
1 files changed, 11 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index a34be3a47f..2451186867 100644
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,17 @@ PHP NEWS
- OpenSSL:
. Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
- (Daniel Lowrey).
+ (Daniel Lowrey)
- Date:
- . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk).
+ . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
-- GD
- . Made fontFetch's path parser thread-safe. (Sara).
+- FPM:
+ . Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when
+ using Apache). (David Zuelke)
+
+- GD:
+ . Made fontFetch's path parser thread-safe. (Sara)
- Wddx:
. Fixed bug #67873 (Segfaults in php_wddx_serialize_var). (Anatol, Remi)
@@ -23,11 +27,11 @@ PHP NEWS
data). (Mike)
. Fixed bug #67865 (internal corruption phar error). (Mike)
-?? ??? 2014, PHP 5.4.32
+21 Aug 2014, PHP 5.4.32
- COM:
- . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
- . Fixed bug #41577 (DOTNET is successful once per server run)
+ . Fixed missing type checks in com_event_sink. (Yussuf Khalil, Stas)
+ . Fixed bug #41577 (DOTNET is successful once per server run).
(Aidas Kasparas)
- Fileinfo: