From: Date: Sun, 7 May 2006 05:31:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=787d1960c0cf1a6242bef742771a030ae8a0f224;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c2f830cb98..4912ccb386 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2006-05-06 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/base64.c + ext/standard/base64.h: + Fixed bug #37244 (Added strict flag to base64_decode() that enforces + RFC3548 compliance). + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + Creation of the 5.2 branch + +2006-05-06 Hartmut Holzgraefe + + * NEWS + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h: + Added php_get_tmpdir() function that returns the default directory for + temporary files (as requested in bug #35380) + 2006-05-05 Michael Wallner * (PHP_5_1)