changelog Mon Aug 16 20:33:16 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1718&r2=1.1719&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1718 php-src/ChangeLog:1.1719
--- php-src/ChangeLog:1.1718 Sun Aug 15 20:33:18 2004
+++ php-src/ChangeLog Mon Aug 16 20:33:16 2004
@@ -1,3 +1,53 @@
+2004-08-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/gd.c
+ ext/gd/gd.c:
+ MFH: Fixed bug #29594 (Use PHP's own tmpfile() implementation).
+
+ * ext/gd/gd.c:
+ Fixed bug #29594 (Use PHP's own tmpfile() implementation).
+
+2004-08-16 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ -** empty log message ***
+
+ * main/main.c:
+ Fix an oldie fd leak
+
+ * (PHP_4_3)
+ main/main.c:
+ Fix an OLDIE fd leak
+
+2004-08-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * (PHP_5_0)
+ ZendEngine2/zend_reflection_api.c:
+ MFH: Fix bug #29447: Reflection API issues
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Fix bug #29447: Reflection API issues
+
+2004-08-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/ftp_fopen_wrapper.c:
+ MFH: Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path
+ does not have trailing slash).
+
+ * ext/standard/ftp_fopen_wrapper.c:
+ Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
+ have trailing slash).
+
2004-08-15 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend_compile.c:
@@ -8373,7 +8423,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1718 2004/08/16 00:33:18
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1719 2004/08/17 00:33:16
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>