diff options
author | Johannes Schlüter <johannes@php.net> | 2011-08-22 21:37:57 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2011-08-22 21:37:57 +0000 |
commit | e63bf6e63ed2fe39c1eeb4f1f46e387e03fb6524 (patch) | |
tree | 9e7572c31849b1304c33383263436ca48511454e | |
parent | 0d2a921916c45c552791026c395f0de4e0d5570e (diff) | |
download | php-git-e63bf6e63ed2fe39c1eeb4f1f46e387e03fb6524.tar.gz |
- Update NEWS
-rw-r--r-- | NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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) |