dmitry Wed Jun 22 04:31:20 2005 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS Log: Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.437&r2=1.1760.2.438&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.437 php-src/NEWS:1.1760.2.438 --- php-src/NEWS:1.1760.2.437 Tue Jun 21 08:10:59 2005 +++ php-src/NEWS Wed Jun 22 04:31:19 2005 @@ -19,6 +19,8 @@ - Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length). (Ilia) - Fixed bug #33263 (mysqli_real_escape doesn't work in __construct) (Georg) +- Fixed bug #33257 (array_splice() inconsistent when passed function instead + of variable). (Dmitry) - Fixed bug #33243 (ze1_compatibility_mode does not work as expected). (Dmitry) - Fixed bug #33242 (Mangled error message when stream fails). (Derick) - Fixed bug #33222 (segfault when CURL handle is closed in a callback). (Tony)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php