From: Date: Fri, 6 Jun 2008 01:31:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1586 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec965d15312227d4d69695fbdb11786514a1afbf;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 20ff347df6..54cd6b89c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2008-06-05 Christopher Jones + + * (PHP_5_3) + ext/oci8/README + ext/oci8/config.m4 + ext/oci8/config.w32 + ext/oci8/oci8.c + ext/oci8/oci8_collection.c + ext/oci8/oci8_interface.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 + support was dropped + + * (PHP_5_3) + ext/oci8/package2.xml: + MFB: sync with PECL 1.2.5 release + + * ext/oci8/README + ext/oci8/config.m4 + ext/oci8/config.w32 + ext/oci8/oci8.c + ext/oci8/oci8_collection.c + ext/oci8/oci8_interface.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + OCI8: Remove macros obsoleted by rev 1.71 when Oracle 8 support was dropped + + * (PHP_5_3) + ext/oci8/tests/define2.phpt + ext/oci8/tests/define3.phpt: + MFH: Make tests interruptible; clean up tables at start + + * ext/oci8/tests/define2.phpt + ext/oci8/tests/define3.phpt: + Make tests interruptible; clean up tables at start + + * (PHP_5_2) + ext/oci8/package2.xml: + Sync for PECL OCI8 1.2.5 release + +2008-06-05 Felipe Pena + + * ZendEngine2/zend_API.c: + - MFB: Fixed bug #45186 (__call depends on __callstatic in class scope) + + * ZendEngine2/zend_execute_API.c: + - MFB: Fixed bug #45180 ('class::method' works differently than + array('class', 'method')) + + * (PHP_5_3) + ZendEngine2/zend_API.c: + - Fixed bug #45186 (__call depends on __callstatic in class scope) + + * (PHP_5_3) + ZendEngine2/zend_execute_API.c: + - Fixed bug #45180 ('class::method' works differently than array('class', + 'method')) + + * ZendEngine2/tests/bug45186.phpt + ZendEngine2/tests/bug45186_2.phpt: + - New tests + + * ZendEngine2/tests/bug45186.phpt + ZendEngine2/tests/bug45186.phpt + ZendEngine2/tests/bug45186_2.phpt + ZendEngine2/tests/bug45186_2.phpt: + + file bug45186.phpt was initially added on branch PHP_5_3. + +2008-06-05 Rob Richards + + * tests/strings/001.phpt: + fix test + 2008-06-04 Rob Richards * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 517b0368aa..09839b1770 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2008-06-05 Felipe Pena + + * zend_API.c: + - MFB: Fixed bug #45186 (__call depends on __callstatic in class scope) + + * zend_execute_API.c: + - MFB: Fixed bug #45180 ('class::method' works differently than + array('class', 'method')) + + * (PHP_5_3) + zend_API.c: + - Fixed bug #45186 (__call depends on __callstatic in class scope) + + * (PHP_5_3) + zend_execute_API.c: + - Fixed bug #45180 ('class::method' works differently than array('class', + 'method')) + + * tests/bug45186.phpt + tests/bug45186_2.phpt: + - New tests + + * tests/bug45186.phpt + tests/bug45186.phpt + tests/bug45186_2.phpt + tests/bug45186_2.phpt: + + file bug45186.phpt was initially added on branch PHP_5_3. + 2008-06-04 Felipe Pena * tests/bug45180.phpt: