changelog Wed Mar 31 20:32:05 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1584&r2=1.1585&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1584 php-src/ChangeLog:1.1585
--- php-src/ChangeLog:1.1584 Tue Mar 30 20:31:57 2004
+++ php-src/ChangeLog Wed Mar 31 20:32:04 2004
@@ -1,3 +1,91 @@
+2004-03-31 Sara Golemon <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/tests/file/bug27619.phpt
+ main/streams/filter.c
+ main/streams/php_stream_filter_api.h
+ main/streams/streams.c:
+ BugFix#27619
+ Filters not applied to pre-buffered stream data.
+ (esp. http:// streams)
+
+2004-03-31 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Bug fixing news.
+
+ * (PHP_4_3)
+ Zend/zend_execute.c:
+ MFH: Fixed bug #25547 (error_handler and array index with function call).
+
+
+2004-03-31 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/mysqli/config.m4:
+ - Align help output for configure.
+
+2004-03-31 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/ftp/ftp.c:
+ MFH: Fixed bug #27809 (ftp_systype returns null on some ftp servers).
+
+ * ext/ftp/ftp.c:
+ Fixed bug #27809 (ftp_systype returns null on some ftp servers).
+
+2004-03-31 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/standard/datetime.c:
+ disallow negative timestamps on windows only
+
+2004-03-31 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/attr.c
+ ext/dom/cdatasection.c
+ ext/dom/comment.c
+ ext/dom/document.c
+ ext/dom/documentfragment.c
+ ext/dom/dom_fe.h
+ ext/dom/element.c
+ ext/dom/entityreference.c
+ ext/dom/nodelist.c
+ ext/dom/processinginstruction.c
+ ext/dom/text.c
+ ext/dom/xpath.c:
+ use new style constructors
+ fix return for nodelist item
+
+2004-03-31 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ sapi/cgi/cgi_main.c:
+ MFH: Fixed bug #27802 (default number of children to 8 when
+ PHP_FCGI_CHILDREN is not defined).
+
+ * sapi/cgi/cgi_main.c:
+ Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
+ not defined).
+
+2004-03-31 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ Fixed BUG in zend_post_incdec_property
+
+2004-03-31 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Fix typo
+
+2004-03-31 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/time/003.phpt
+ ext/standard/tests/time/bug27719.phpt
+ ext/standard/tests/time/mktime.phpt:
+ Make time tests more robust against differences in implementation
+
2004-03-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
* run-tests.php:
@@ -1100,7 +1188,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1584 2004/03/31 01:31:57
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1585 2004/04/01 01:32:04
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>