changelog Wed Aug 4 20:35:30 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1706&r2=1.1707&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1706 php-src/ChangeLog:1.1707
--- php-src/ChangeLog:1.1706 Tue Aug 3 20:34:02 2004
+++ php-src/ChangeLog Wed Aug 4 20:35:29 2004
@@ -1,3 +1,54 @@
+2004-08-04 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c
+ ZendEngine2/tests/bug29523.phpt:
+ - Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)
+
+2004-08-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/iconv/config.w32
+ ext/iconv/php_iconv.def:
+ MFH: Move iconv exports to the iconv extension and make libxml depend on
+ iconv
+
+ * ext/iconv/config.w32
+ ext/iconv/php_iconv.def:
+ Move iconv exports to the iconv extension
+
+2004-08-04 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/simplexml/simplexml.c:
+ nuke unused variable
+
+2004-08-04 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ext/simplexml/simplexml.c
+ ext/simplexml/simplexml.c:
+ Fix prototypes
+
+2004-08-04 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli.c:
+ forgot to remove debug variable :( (Thx to Derick)
+
+ * NEWS
+ ext/mysqli/mysqli.c
+ ext/mysqli/mysqli.c:
+ fixed bug #29522
+
+ * ext/mysqli/mysqli.c:
+ fixed properties when connect wasn't called
+
+2004-08-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/standard/sunfuncs.c:
+ MFH: Fixed argument handling in sun* functions.
+
+ * ext/standard/sunfuncs.c:
+ Fixed argument handling in sun* functions.
+
2004-08-03 Edin Kadribasic <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -7755,7 +7806,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1706 2004/08/04 00:34:02
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1707 2004/08/05 00:35:29
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>