summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Schindler <thetaphi@php.net>2011-08-23 17:03:19 +0000
committerUwe Schindler <thetaphi@php.net>2011-08-23 17:03:19 +0000
commite04fe7986d6dabb63cd0514d5d572a97410ad80c (patch)
treeebfeda3048a5d8155dc4f6c7af7ca410a07ec2bf
parent7473a889ec044fe66cc7b7548299020a47d7fc19 (diff)
downloadphp-git-e04fe7986d6dabb63cd0514d5d572a97410ad80c.tar.gz
Fix NEWS entries for ongoing 5.3.9 development
-rw-r--r--NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6fbb462058..95ecd88b04 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,7 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2011, PHP 5.3.9
-23 Aug 2011, PHP 5.3.8
-
- Core:
- . Fixed bug #55439 (crypt() returns only the salt for MD5). (Stas)
. Fixed bug #52461 (Incomplete doctype and missing xmlns).
(virsacer at web dot de, Pierre)
@@ -13,9 +10,15 @@ PHP NEWS
. Don't set $_SERVER['HTTPS'] on unsecure connection (bug #55403). (Uwe
Schindler)
+23 Aug 2011, PHP 5.3.8
+
+- Core:
+ . Fixed bug #55439 (crypt() returns only the salt for MD5). (Stas)
+
- OpenSSL:
- . Reverted a change in timeout handling restoring PHP 5.3.6 behavior. (Pierre,
- Andrey, Johannes)
+ . Reverted a change in timeout handling restoring PHP 5.3.6 behavior,
+ as the new behavior caused mysqlnd SSL connections to hang (#55283).
+ (Pierre, Andrey, Johannes)
18 Aug 2011, PHP 5.3.7
- Upgraded bundled SQLite to version 3.7.7.1. (Scott)