changelog Wed Aug 18 20:32:43 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1720&r2=1.1721&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1720 php-src/ChangeLog:1.1721
--- php-src/ChangeLog:1.1720 Tue Aug 17 20:36:55 2004
+++ php-src/ChangeLog Wed Aug 18 20:32:43 2004
@@ -1,3 +1,45 @@
+2004-08-18 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Show default value of optional parameters of user defined functions.
+
+2004-08-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/curl/curl.c
+ ext/curl/interface.c:
+ MFH: Fixed bug #29727 (Added missing CURL authentication directives).
+
+ * ext/curl/interface.c:
+ Fixed bug #29727 (Added missing CURL authentication directives).
+
+2004-08-18 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_ini_parser.y:
+ Forgot to turn off debugging.
+
+ * NEWS
+ TODO-5.1
+ ZendEngine2/zend_ini_parser.y
+ ZendEngine2/zend_ini_scanner.l:
+ Re-add my patch for .ini variable access.
+
+2004-08-18 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * sapi/apache/config.m4
+ sapi/apache/config.m4:
+ MFB: typo in config.m4 (potential configuration problem with Stronghold)
+
+ * (PHP_4_3)
+ sapi/apache/config.m4:
+ typo in config.m4 (potential configuration problem with Stronghold)
+
+ * (PHP_4_3)
+ ext/xslt/config.m4:
+ fix #29625 (no quotes around the shell variable's value cause ./configure
+ to fail)
+
2004-08-17 Andi Gutmans <[EMAIL PROTECTED]>
* php.ini-dist
@@ -8445,7 +8487,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1720 2004/08/18 00:36:55
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1721 2004/08/19 00:32:43
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>