+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)