sniper Mon Jun 20 03:59:29 2005 EDT Modified files: /php-src NEWS Log: reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1937&r2=1.1938&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1937 php-src/NEWS:1.1938 --- php-src/NEWS:1.1937 Sun Jun 19 23:54:46 2005 +++ php-src/NEWS Mon Jun 20 03:59:24 2005 @@ -4,17 +4,16 @@ - Improved PHP extension loading mechanism with support for module dependencies and conflicts. (Jani, Dmitry) - Allowed return by reference from internal functions. (Marcus, Andi, Dmitry) -- Fixed inheritance check to control return by reference and pass by reference - correctly (ArrayAccess can correctly no longer support references). (Marcus, - Andi, Dmitry) -- Rewrote strtotime() with support for timezones and tons of new formats. - (Derick) +- Rewrote strtotime() with support for timezones and many new formats. (Derick) - Added bindto socket context option. (Ilia) - Added offset parameter to the stream_copy_to_stream() function. (Ilia) - Added offset & length parameters to substr_count() function. (Ilia) +- Fixed inheritance check to control return by reference and pass by reference + correctly (ArrayAccess can no longer support references correctly). + (Marcus, Andi, Dmitry) - Fixed PDO shutdown problem (possible inifite loop running rollback on shutdown). (Wez) -- Fixed PECL bug #3714 (beginTransaction doesn't work if you're in +- Fixed PECL bug #3714 (PDO: beginTransaction doesn't work if you're in auto-commit mode). (Wez) - Fixed bug #33389 (double free() when exporting a ReflectionClass). (Marcus) - Fixed bug #33382 (array_reverse() fails after *sort()),
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php