jani            Mon Dec 29 09:58:19 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  This is not TODO file..
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.426&r2=1.2027.2.547.2.965.2.427&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.426 
php-src/NEWS:1.2027.2.547.2.965.2.427
--- php-src/NEWS:1.2027.2.547.2.965.2.426       Sun Dec 28 00:02:13 2008
+++ php-src/NEWS        Mon Dec 29 09:58:18 2008
@@ -3,18 +3,19 @@
 ?? ??? 200?, PHP 5.3.0 Alpha 4
 - Upgraded bundled sqlite to version 3.6.7. (Scott)
 
+- Deprecated session_register(), session_unregister() and
+  session_is_registered(). (Hannes)
+
 - Changed opendir(), dir() and scandir() to use default context when no context
   argument is passed. (Sara)
 - Changed open_basedir to allow tightening in runtime contexts. (Sara)
-- Deprecated session_register(), session_unregister() and
-  session_is_registered(). (Hannes)
 
-- Add json_last_error() to return any error information from json_decode().
+- Added json_last_error() to return any error information from json_decode().
   (Scott)
 - Added shm_has_var() function. (Mike)
-- Add a depth parameter to json_decode() to lower the nesting depth from the
+- Added depth parameter to json_decode() to lower the nesting depth from the
   maximum if required. (Scott)
-- Add ICU support to SQLite3 if using the bundled version. (Scott)
+- Added ICU support to SQLite3 when using the bundled version. (Scott)
 
 - Fixed bug #46957 (The tokenizer returns deprecated values). (Felipe)
 - Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties). (Rob)
@@ -30,8 +31,8 @@
   (Derick)
 - Fixed bug #45991 (Ini files with the UTF-8 BOM are treated as invalid).
   (Scott)
-- Fixed bug #45989 (json_decode() doesn't return NULL on certain
-  invalid strings). (magicaltux, Scott)
+- Fixed bug #45989 (json_decode() doesn't return NULL on certain invalid
+  strings). (magicaltux, Scott)
 - Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double). (Scott)
 
 04 Dec 2008, PHP 5.3.0 Alpha 3



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to