]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 6 Jun 2008 01:31:55 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 6 Jun 2008 01:31:55 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 20ff347df637997397bfd0337d0fcef81252f69d..54cd6b89c259738d63606c6fde8aa7fdb6aa43d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+2008-06-05  Christopher Jones  <christopher.jones@oracle.com>
+
+    * (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  <felipensp@gmail.com>
+
+    * 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  <rrichards@ctindustries.net>
+
+    * tests/strings/001.phpt:
+      fix test
+
 2008-06-04  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_5_3)
index 517b0368aa1b356b473606ca4aa0db403ad94766..09839b17703fc69ba5c11850d48fdc7352e5f7e6 100644 (file)
@@ -1,3 +1,32 @@
+2008-06-05  Felipe Pena  <felipensp@gmail.com>
+
+    * 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  <felipensp@gmail.com>
 
     * tests/bug45180.phpt: