This commit is contained in:
Marcus Boerger 2005-09-27 08:25:34 +00:00
parent f94344d7fd
commit c3f9de41ab

1
NEWS
View file

@ -17,3 +17,4 @@ PHP NEWS
the part of haystack before or after first occurence of needle. (Johannes) the part of haystack before or after first occurence of needle. (Johannes)
- Added possibility to check in which extension an internal function was - Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes) defined using reflection API. (Johannes)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)