From: Date: Sat, 27 Aug 2005 05:35:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ada9a9aa7691a4672fff5b9e93da93b17278e83;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0175aae2ab..7ace0e2823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2005-08-26 Marcus Boerger + + * ext/ming/config.m4: + - Check for static libs, too + +2005-08-26 Derick Rethans + + * (PHP_5_1) + NEWS + main/streams/plain_wrapper.c: + - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri" + element for files opened with tmpname(). + + * NEWS + main/streams/plain_wrapper.c: + - Fixed a bug where stream_get_meta_data() did not return the "uri" element + for + files opened with tmpname(). + +2005-08-26 Rolland Santimano + + * ext/standard/string.c: + - Updated strrev() to handle base+combining sequences + +2005-08-26 Ilia Alshanetsky + + * ext/standard/base64.c + ext/standard/base64.c: + MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace) + + * (PHP_5_1) + ext/standard/base64.c: + Fixed bug #34214 (base64_decode() does not properly ignore whitespace) + 2005-08-25 Marcus Boerger * (PHP_5_1)