+2006-05-06 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <hartmut@php-groupies.de>
+
+ * 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 <mike@iworks.at>
* (PHP_5_1)