summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-08-24 12:51:40 +0200
committerOndřej Surý <ondrej@sury.org>2011-08-24 12:51:40 +0200
commit8f8cd52ec2b7a2da7821f14103623477444870be (patch)
tree0f75468803badc5653e48d63174cc5643497c8d2 /NEWS
parentf452a2b3e4e4279b27594a8ddb66525442d59227 (diff)
downloadphp-8f8cd52ec2b7a2da7821f14103623477444870be.tar.gz
Imported Upstream version 5.3.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7da0dc5e..db7cc09d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+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,
+ 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)
- Upgraded bundled PCRE to version 8.12. (Scott)