]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 7 May 2006 05:31:50 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sun, 7 May 2006 05:31:50 +0000 (05:31 +0000)
ChangeLog

index c2f830cb98a81da99d37fc125153488d4c2b3e25..4912ccb38657250e326548273351cf8a7b081dff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+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)