scottmac Fri Jan 2 03:04:51 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Add some missing NEWS items http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.433&r2=1.2027.2.547.2.965.2.434&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.433 php-src/NEWS:1.2027.2.547.2.965.2.434 --- php-src/NEWS:1.2027.2.547.2.965.2.433 Thu Jan 1 20:16:33 2009 +++ php-src/NEWS Fri Jan 2 03:04:50 2009 @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 200?, PHP 5.3.0 Alpha 4 +?? ??? 2009, PHP 5.3.0 Alpha 4 - Upgraded bundled sqlite to version 3.6.7. (Scott) - Deprecated session_register(), session_unregister() and @@ -20,8 +20,11 @@ - Added depth parameter to json_decode() to lower the nesting depth from the maximum if required. (Scott) - Added ICU support to SQLite3 when using the bundled version. (Scott) +- Enabled the salsa hashing functions. (Scott) - Fixed bug #46957 (The tokenizer returns deprecated values). (Felipe) +- Fixed bug #46944 (UTF-8 characters outside the BMP aren't encoded correctly). + (Scott) - Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties). (Rob) - Fixed bug #46847 (phpinfo() is missing some settings). (Hannes) - Fixed bug #46844 (php scripts or included files with first line starting
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php