]> granicus.if.org Git - php/commitdiff
- Update NEWS
authorJohannes Schlüter <johannes@php.net>
Mon, 22 Aug 2011 21:37:57 +0000 (21:37 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 22 Aug 2011 21:37:57 +0000 (21:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c9032d09e4ebd71f34c88b159364da091e91d826..86f1d41c9f14ea541578a3ede3e228d4ff161e36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,17 @@ PHP                                                                        NEWS
 ?? ??? 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)
 
-- Improved NSAPI SAPI: (Uwe Schindler)
-  . Don't set $_SERVER['HTTPS'] on unsecure connection (bug #55403).
+- NSAPI SAPI:
+  . Don't set $_SERVER['HTTPS'] on unsecure connection (bug #55403). (Uwe
+    Schindler)
+
+- OpenSSL:
+  . Reverted a change in timeout handling restoring PHP 5.3.6 behavior. (Pierre,
+    Andrey, Johannes)
 
 18 Aug 2011, PHP 5.3.7
 - Upgraded bundled SQLite to version 3.7.7.1. (Scott)