changelog Sun May 7 05:31:51 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2337&r2=1.2338&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2337 php-src/ChangeLog:1.2338
--- php-src/ChangeLog:1.2337 Sat May 6 05:31:46 2006
+++ php-src/ChangeLog Sun May 7 05:31:50 2006
@@ -1,3 +1,27 @@
+2006-05-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_1)