]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 26 Sep 2005 05:32:43 +0000 (05:32 +0000)
committer <changelog@php.net> <>
Mon, 26 Sep 2005 05:32:43 +0000 (05:32 +0000)
ChangeLog

index a614313bf120d7b10ce0c0a686ae5e91ba04aa33..392e70207965170b7ed4844203e9c900fb98842c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2005-09-25  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/php_oci8_int.h:
+      2nd part of previous fix
+
+    * ext/oci8/oci8_interface.c
+      ext/oci8/oci8_lob.c:
+      more 64-bit fixes
+
+    * ext/oci8/oci8.c
+      ext/oci8/oci8_interface.c
+      ext/oci8/php_oci8_int.h:
+      fix 64bit issues caused by wrong "long" usage
+
+    * ext/oci8/oci8.c:
+      fix arguments-by-ref with 5.x (problem appeared after the last 4.x compat
+      patch)
+      make sure username_len is always initialized
+
+2005-09-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      Bug fixing news
+
+    * (PHP_5_1)
+      ext/standard/filters.c:
+      MFH: Fixed bug #34321 (Possible crash in filter code).
+
+    * ext/standard/filters.c:
+      Fixed bug #34321 (Possible crash in filter code).
+
+2005-09-25  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_4_4)
+      ext/gd/libgd/gd_gif_in.c:
+      - MFH #33220, infinite loop while loading invalid GIF (nlopees)
+       NB: It's getting really annoying to apply patches to all these branches
+           Can we no define 4.x and 5.0.x as dead for 99.99% of the fixes?
+
 2005-09-24  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_1)