From: Scott MacVicar Date: Tue, 8 Jul 2008 10:28:52 +0000 (+0000) Subject: Add missing NEWS items. X-Git-Tag: php-5.3.0alpha1~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa44736ea09f4471414f36b702e5d6c530e12b5;p=php Add missing NEWS items. --- diff --git a/NEWS b/NEWS index a8dfe20432..fe89f740e2 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ PHP NEWS - Changed PCRE extension to be enabled always. (Marcus) - Changed md5() to use improved implementation. (Solar Designer, Dmitry) +- Changed mhash to be a wrapper layer around the hash extesion. (Scott) - Improved PHP syntax and semantics: . Added "jump label" operator (limited "goto"). (Dmitry, Sara) @@ -159,6 +160,7 @@ PHP NEWS a maximum number of occurences. - Added hash_copy() function. (Tony) +- Added sha224 hash algorithm to the hash extension. (Scott) - Added ReflectionProperty::setAccessible() method that allows non-public property's values to be read through ::getValue(). (Derick) - Added msg_queue_exists() function. (Benjamin Schulz) @@ -192,6 +194,8 @@ PHP NEWS to different characters with cp1251 and cp866. (Scott) - Fixed an issue in date() where a : was printed for the O modifier after a P modifier was used. (Derick) +- Fixed an issue where exec() on Windows would eat the first and last double quotes + (Scott) - Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.) @@ -224,6 +228,7 @@ PHP NEWS timezone). (Derick) - Fixed bug #43426 (crash on nested call_user_func() calls). (Dmitry) - Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry) +- Fixed bug #43261 (Use ^ as the escape with escapeshellcmd() on Windows). (Scott) - Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). (Derick) - Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp). (Derick)