]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Jan 2007 01:31:08 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 26 Jan 2007 01:31:08 +0000 (01:31 +0000)
ChangeLog

index d949269b67ee51100e5d4ce04a5b17d94f754a85..0eafd63387f960923f69aeb4a08a1f80c3001e84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2007-01-25  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/package2.xml
+      ext/oci8/package2.xml:
+      
+      file package2.xml was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      ext/date/lib/parse_tz.c:
+      add missing ifdefs
+
+    * (PHP_5_2)
+      ext/date/lib/parse_tz.c:
+      setlocale() returns static buffer, which must be copied
+
+    * (PHP_5_2)
+      NEWS
+      ext/bz2/bz2_filter.c
+      ext/zlib/zlib_filter.c:
+      MFH: fix #40189 (possible endless loop in zlib.inflate stream filter)
+
+    * ext/bz2/bz2_filter.c
+      ext/zlib/zlib_filter.c:
+      fix #40189 (possible endless loop in zlib.inflate stream filter)
+
+    * (PHP_5_2)
+      ext/oci8/oci8_statement.c:
+      PHP4 compatibility
+
+2007-01-25  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * (PHP_5_2)
+      ext/standard/user_filters.c:
+      Fix typo
+
+2007-01-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ext/standard/user_filters.c:
+      
+      Added safety checks to the code
+
+    * (PHP_5_2)
+      ext/standard/head.c
+      ext/standard/mail.c:
+      
+      Eliminate strcat() and strcpy()
+
 2007-01-24  Sara Golemon  <sara@golemon.com>
 
     * NEWS