From: Date: Sun, 27 Nov 2005 06:48:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_2~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2dd944cecb6a4d66c24c69ecbea565b4a67e181;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 063f7be28f..5942a66a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2005-11-26 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Bug fixing news + + * (PHP_5_1) + ZendEngine2/zend.h: + No longer dev + +2005-11-26 Marcus Boerger + + * run-tests.php: + - Output modularization, 1st step + +2005-11-26 Antony Dovgal + + * ext/oci8/oci8.c: + show OIC version in phpinfo(); if possible + fix build with older versions: SQLT_BDOUBLE & SQLT_BFLOAT first appeared + in Oracle 10 + +2005-11-26 Marcus Boerger + + * tests/lang/bug35382.phpt: + - Really test the issue here + + * run-tests.php: + - Bug 35382 was nit fixed but the test system was not capable for this kind + of tests + +2005-11-26 Jani Taskinen + + * tests/lang/bug35382.phpt + tests/lang/bug35382.phpt: + fix test + +2005-11-26 Marcus Boerger + + * tests/lang/bug35382.phpt: + - Scew short open tags + + * tests/lang/bug35382.phpt + tests/lang/bug35382.phpt: + + - Add new test + + * (PHP_5_1) + NEWS: + - BFN + + * (PHP_5_1) + ZendEngine2/zend_language_scanner.l: + - MFH Fix bug #35406 eval hangs when evall'ed code ends with comment w/o + newline + + * ZendEngine2/zend_language_scanner.l: + - Fix bug #35406 eval hangs when evall'ed code ends with comment w/o + newline + + * CODING_STANDARDS: + - Oversight + + * CODING_STANDARDS: + - Synch with what we decided for 5 and what we are practicing since 5 + +2005-11-26 Antony Dovgal + + * (PHP_5_1) + NEWS: + MFH: fix #35402 (New date class causes crash in get_object_vars()) + +2005-11-26 Rasmus Lerdorf + + * (PHP_5_1) + ZendEngine2/zend_vm_gen.php: + Typo + 2005-11-25 Rui Hirokawa * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 919870fa46..db0a80f851 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2005-11-26 Ilia Alshanetsky + + * (PHP_5_1) + zend.h: + No longer dev + +2005-11-26 Marcus Boerger + + * (PHP_5_1) + zend_language_scanner.l: + - MFH Fix bug #35406 eval hangs when evall'ed code ends with comment w/o + newline + + * zend_language_scanner.l: + - Fix bug #35406 eval hangs when evall'ed code ends with comment w/o + newline + +2005-11-26 Rasmus Lerdorf + + * (PHP_5_1) + zend_vm_gen.php: + Typo + 2005-11-25 Antony Dovgal * zend.h: