From: Date: Tue, 4 Oct 2005 05:38:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61bf77f29c2842279e482a8f3927465374270bf0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index de6db698b4..d16674888a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,120 @@ +2005-10-03 Marcus Boerger + + * ZendEngine2/zend_execute.h: + - In a conditional statement "a ? b ? c", a and b MUST have the same type + + * ZendEngine2/zend_API.c: + - Fix ZTS Build + + * run-tests.php: + - Add easy way to test in unicode mode + +2005-10-03 Rolland Santimano + + * ext/standard/string.c: + - Unicode impl of strip_tags() + +2005-10-03 Marcus Boerger + + * (PHP_5_1) + ext/simplexml/php_simplexml_exports.h + ext/simplexml/simplexml.c: + - MFH Really allow SXE being shared by not using anything from it directly + in SPL + + * ext/simplexml/php_simplexml_exports.h + ext/simplexml/simplexml.c: + - Really allow SXE being shared by not using anything from it directly in + SPL + +2005-10-03 Ilia Alshanetsky + + * (PHP_4_4) + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c: + MFH: GLOBALS protection for extract() function. + + * ext/standard/array.c: + GLOBALS protection for extract() function. + +2005-10-03 Antony Dovgal + + * ext/oci8/package.xml: + update changelog + + * ext/oci8/oci8_collection.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_statement.c: + fix PECL bug #5571 (oci_new_connect() not closed by oci_close()) + +2005-10-03 Marcus Boerger + + * ZendEngine2/zend_interfaces.c: + - Allow uncached global functions too + + * ZendEngine2/zend_API.h: + - Add propper casting + +2005-10-03 Jani Taskinen + + * NEWS: + fix BLOAT news + +2005-10-03 Johannes Schlüter + + * NEWS + sapi/cli/php_cli.c: + - Add --rclass and --rextension arguments to CLI + +2005-10-03 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.h: + - Make reflection class pointers available for others + +2005-10-03 Dmitry Stogov + + * (PHP_5_0) + ZendEngine2/zend_execute.c: + Fixed memory leak + + * (PHP_5_0) + NEWS + NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/tests/bug34678.phpt + ZendEngine2/tests/bug34678.phpt: + Fixed bug #34678 (__call(), is_callable() and static methods) + + * ZendEngine2/tests/bug34678.phpt + ZendEngine2/tests/bug34678.phpt + ZendEngine2/tests/bug34678.phpt: + 1.1.4; + Fixed bug #34678 (__call(), is_callable() and static methods) + + * (PHP_5_1) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/tests/bug34358.phpt: + Fixed bug #34358 (Fatal error: Cannot re-assign $this) + + * ZendEngine2/tests/bug34358.phpt + ZendEngine2/tests/bug34358.phpt: + + Fixed bug #34358 (Fatal error: Cannot re-assign $this) + +2005-10-03 Rolland Santimano + + * unicode-progress.txt: + levenshtein(), similar_text() + + * ext/standard/string.c: + - Unicode impl of similar_text() + 2005-10-02 Pierre-Alain Joye * ext/gd/config.w32: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a86a042041..4d196d519b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,50 @@ +2005-10-03 Marcus Boerger + + * zend_execute.h: + - In a conditional statement "a ? b ? c", a and b MUST have the same type + + * zend_API.c: + - Fix ZTS Build + + * zend_interfaces.c: + - Allow uncached global functions too + + * zend_API.h: + - Add propper casting + + * zend_reflection_api.c + zend_reflection_api.h: + - Make reflection class pointers available for others + +2005-10-03 Dmitry Stogov + + * (PHP_5_0) + zend_execute.c: + Fixed memory leak + + * tests/bug34678.phpt + tests/bug34678.phpt + tests/bug34678.phpt: + 1.1.4; + Fixed bug #34678 (__call(), is_callable() and static methods) + + * zend_API.c + zend_API.c + zend_API.c + tests/bug34678.phpt + tests/bug34678.phpt: + Fixed bug #34678 (__call(), is_callable() and static methods) + + * tests/bug34358.phpt + tests/bug34358.phpt: + + Fixed bug #34358 (Fatal error: Cannot re-assign $this) + + * zend_compile.c + zend_compile.c + tests/bug34358.phpt: + Fixed bug #34358 (Fatal error: Cannot re-assign $this) + 2005-10-02 Andrei Zmievski * zend_operators.h: