changelog Thu Apr 29 20:35:27 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1613&r2=1.1614&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1613 php-src/ChangeLog:1.1614
--- php-src/ChangeLog:1.1613 Wed Apr 28 20:36:02 2004
+++ php-src/ChangeLog Thu Apr 29 20:35:26 2004
@@ -1,3 +1,35 @@
+2004-04-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/sqlite/CREDITS:
+ An oumlaut doesn't work here, need ASCII only
+
+2004-04-29 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/curl/curl.c:
+ MFH: Fixed bug #28196 (missing error constants in cURL extension).
+
+ * ext/curl/interface.c:
+ Fixed bug #28196 (missing error constants in cURL extension).
+
+ * ext/dom/documentfragment.c
+ ext/msession/reqclient.h
+ ext/oci8/php_oci8.h
+ ext/w32api/w32api.c
+ sapi/milter/php_milter.c:
+ C++ comments.
+
+2004-04-29 Wez Furlong <[EMAIL PROTECTED]>
+
+ * NEWS:
+ another down...
+
+2004-04-29 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ Fix bug #27876
+
2004-04-28 Wez Furlong <[EMAIL PROTECTED]>
* ext/com_dotnet/com_extension.c:
@@ -2626,7 +2658,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1613 2004/04/29 00:36:02
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1614 2004/04/30 00:35:26
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>