johannes Tue Aug 30 16:02:47 2005 EDT Modified files: /php-src NEWS Log: News http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2048&r2=1.2049&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2048 php-src/NEWS:1.2049 --- php-src/NEWS:1.2048 Tue Aug 30 05:17:56 2005 +++ php-src/NEWS Tue Aug 30 16:02:47 2005 @@ -11,6 +11,8 @@ components. (Ilia) - Added an optional parameter to strstr() and stristr() for retrieval of either the part of haystack before or after first occurence of needle. (Johannes) +- Added possibility to check in which extension an internal function was + defined using reflection API. (Johannes) - Fixed a bug where stream_get_meta_data() did not return the "uri" element for files opened with tmpname(). (Derick) - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php