dmitry Fri Oct 21 05:56:40 2005 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS Log: Fixed bug #34782 (token_get_all() gives wrong result) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.502&r2=1.1760.2.503&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.502 php-src/NEWS:1.1760.2.503 --- php-src/NEWS:1.1760.2.502 Wed Oct 19 19:11:12 2005 +++ php-src/NEWS Fri Oct 21 05:56:36 2005 @@ -14,6 +14,7 @@ - Fixed bug #34788 (SOAP Client not applying correct namespace to generated values). (Dmitry) - Fixed bug #34787 (SOAP Client not handling boolean types correctly). (Dmitry) +- Fixed bug #34782 (token_get_all() gives wrong result). (Dmitry) - Fixed bug #34757 (iconv_substr() gives "Unknown error" when offset > string length). (Tony) - Fixed bug #34723 (array_count_values() strips leading zeroes). (Tony)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php