From: Date: Sat, 24 May 2003 00:30:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~612 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07adb2e19f5c669c8f3fd68cbb90ab76c321171c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7aeb9157d9..57da25840e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2003-05-23 Moriyoshi Koizumi + + * tests/lang/bug17115.phpt: + Added test case for bug #17115 + +2003-05-23 Sara Golemon + + * NEWS: + Jani will learn me about NEWS entries yet. + +2003-05-23 Jani Taskinen + + * NEWS: + this fix will be in 4.3.2.. + +2003-05-23 Marcus Boerger + + * run-tests.php + run-tests.php: + Executing tests once is enough + + * run-tests.php: + Allow writing a list of failed tests. + + +2003-05-23 Sara Golemon + + * NEWS + NEWS: + BFN 23765 + + * main/rfc1867.c: + MFB(r-1.122.2.10) + Bug#23765 File upload handler should not care about case sensitivity of + header values. + + * (PHP_4_3) + main/rfc1867.c: + Bug#23765 File upload handler should not care about case sensitivity of + header values. + +2003-05-23 Marcus Boerger + + * ext/standard/tests/time/001.phpt: + Make this a warning + + * run-tests.php: + Add warning level for tests. + + +2003-05-23 Wez Furlong + + * (PHP_4_3) + main/streams.c: + Avoid greedy reads on FIFOs + + * (PHP_4_3) + main/streams.c: + Fix Bug #23770: Odd output from file_get_contents(). + php_stream_copy_to_mem couldn't handle the case when the read returned + less + than chunk_size/4 bytes (except when it was the last chunk read). + +2003-05-23 Derick Rethans + + * CODING_STANDARDS: + - Update codinf standards with the posted RFC (results from PEAR Meeting) + +2003-05-23 Ilia Alshanetsky + + * sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + Fixed bug #23759 (PHP doesn't preserve subrequest status). + (jaboydjr.netwalk@com, Ilia) + 2003-05-22 Jani Taskinen * ext/standard/tests/serialize/004.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f85f9abd00..7d66dca595 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2003-05-23 Marcus Boerger + + * zend_API.h: + Revert to sizeof() + +2003-05-23 Sterling Hughes + + * zend_execute.c + zend_hash.c + zend_operators.c + zend_operators.h: + move HANDLE_NUMERIC() from the hash table implementation upstream to the + places that actually need to use it. + 2003-05-22 Marcus Boerger * zend_execute.c: