sniper          Thu Mar 11 10:08:48 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  update
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1626&r2=1.1627&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1626 php-src/NEWS:1.1627
--- php-src/NEWS:1.1626 Tue Mar  9 09:50:09 2004
+++ php-src/NEWS        Thu Mar 11 10:08:46 2004
@@ -5,7 +5,7 @@
 - Upgraded bundled oniguruma library to version 2.2.2. (Rui, Moriyoshi)
 - Added mb_list_encoding() to return an array with all mbstring supported
   encodings. (Derick)
-- Added support for more ISO8601 style datetime formats. (Moriyoshi)
+- Added support for more ISO8601 datetime formats in strtotime(). (Moriyoshi)
   . Timezone specifier (ex. "20040301T02:00:00+19:00")
   . Week specifier (ex. "1997W021")
 - Renamed php.ini option "zend2.implicit_clone" to 
@@ -21,6 +21,7 @@
 - Fixed problem preventing startup errors from being displayed. (Marcus)
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)
+- Fixed bug #27537 (Objects pointing to each other segfaults). (Dmitry)
 - Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). (Ilia)
 - Fixed bug #27287 (wddx segfaults during deserialization). (Moriyoshi)
 - Fixed bug #27263 (session extension crashes when unserializing referenced

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

Reply via email to