changelog Fri Jan 26 01:31:09 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2582&r2=1.2583&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2582 php-src/ChangeLog:1.2583
--- php-src/ChangeLog:1.2582 Thu Jan 25 01:31:16 2007
+++ php-src/ChangeLog Fri Jan 26 01:31:08 2007
@@ -1,3 +1,51 @@
+2007-01-25 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/user_filters.c:
+ Fix typo
+
+2007-01-25 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* NEWS