scottmac Tue Jul 8 10:28:52 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src NEWS
Log:
Add missing NEWS items.
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.194&r2=1.2027.2.547.2.965.2.195&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.194
php-src/NEWS:1.2027.2.547.2.965.2.195
--- php-src/NEWS:1.2027.2.547.2.965.2.194 Tue Jul 8 09:33:49 2008
+++ php-src/NEWS Tue Jul 8 10:28:52 2008
@@ -14,6 +14,7 @@
- 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 @@
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 @@
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 @@
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php