changelog Mon Mar 22 20:32:18 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1575&r2=1.1576&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1575 php-src/ChangeLog:1.1576
--- php-src/ChangeLog:1.1575 Sun Mar 21 20:32:38 2004
+++ php-src/ChangeLog Mon Mar 22 20:32:17 2004
@@ -1,3 +1,24 @@
+2004-03-22 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_handlers.c:
+ update for read handler api change
+
+2004-03-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/curl/interface.c:
+ Fixes to allow curl extension to compile against libcurl 7.11.1
+
+ * ext/gd/libgd/gd.c:
+ Revert patch to imagefillborder.
+
+2004-03-22 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.c:
+ - Fix bug
+
+ * ZendEngine2/zend_execute.c:
+ - Remove whitespace
+
2004-03-21 Greg Beaver <[EMAIL PROTECTED]>
* pear/package-PEARtests.xml
@@ -118,7 +139,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1575 2004/03/22 01:32:38
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1576 2004/03/23 01:32:17
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>