From: Date: Sat, 21 Oct 2006 01:31:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8878fefeb620a8f8dcca83cb1d8678630d4f0b1b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9aa2211de7..ce51d9d500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2006-10-20 Antony Dovgal + + * ext/openssl/openssl.c: + fix #39217 (serialNumber is might be -1 when the value is too big) + + * (PHP_5_2) + ext/sqlite/sqlite.c: + fix ZTS build without SPL enabled + +2006-10-20 Pierre-Alain Joye + + * ext/filter/logical_filters.c: + - fix windows build with php < 6 + - fix runtime error on other OS + +2006-10-20 Hannes Magnusson + + * ext/filter/tests/008.phpt + ext/filter/tests/009.phpt: + Fix tests + + * (PHP_5_2) + ZendEngine2/tests/abstract-static.phpt + tests/classes/bug27504.phpt: + Fix test + +2006-10-20 Ilia Alshanetsky + + * (PHP_5_2) + configure.in + main/php_version.h: + Back to dev + +2006-10-20 Antony Dovgal + + * ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.h + ZendEngine2/zend_unicode.h: + rename REAL_KEY_SIZE() to USTR_BYTES() and move to zend_unicode.h + this macro is going to be actively used in Unicode version of OCI8 (and + other extensions, probably) + +2006-10-20 Ilia Alshanetsky + + * (PHP_5_2) + ZendEngine2/zend_compile.c + tests/classes/abstract_static.phpt: + Make use of abstract methods be E_STRICT rather then E_ERROR + +2006-10-20 Sara Golemon + + * (PHP_5_2) + ext/spl/spl_array.c + ext/spl/tests/iterator_035.phpt: + MFH(r-1.114) Can't use real arrays held by ArrayObjects in write context + +2006-10-20 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + 5.2.0RC6 + 2006-10-19 Sara Golemon * ext/spl/tests/iterator_035.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4736062540..6b45ba4598 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2006-10-20 Hannes Magnusson + + * (PHP_5_2) + tests/abstract-static.phpt: + Fix test + +2006-10-20 Antony Dovgal + + * zend_hash.c + zend_hash.h + zend_unicode.h: + rename REAL_KEY_SIZE() to USTR_BYTES() and move to zend_unicode.h + this macro is going to be actively used in Unicode version of OCI8 (and + other extensions, probably) + +2006-10-20 Ilia Alshanetsky + + * (PHP_5_2) + zend_compile.c: + Make use of abstract methods be E_STRICT rather then E_ERROR + 2006-10-19 Andrei Zmievski * zend_API.h: