]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 13 Apr 2006 05:31:51 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Thu, 13 Apr 2006 05:31:51 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 1fc8f5ebda6c2c472fbdf455c3d8b56d87e59c9a..48ad454b4f81431864dc515f4aad496dd4870006 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2006-04-12  Sara Golemon  <sara@golemon.com>
+
+    * ext/standard/http_fopen_wrapper.c
+      main/streams/filter.c
+      main/streams/php_stream_filter_api.h
+      main/streams/streams.c:
+      Allow http:// wrapper to automatically apply correct unicode.from.* filter
+      based on content-type header
+
+2006-04-12  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/tests/strings/bug36944.phpt
+      ext/standard/tests/strings/bug36944.phpt:
+      fix test title
+
+2006-04-12  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/array.c:
+      - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)
+
+    * ext/standard/array.c:
+      - Fix bug #37060 (Type of retval of Countable::count() is not checked)
+
+2006-04-12  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/oci8.c
+      ext/oci8/oci8_statement.c:
+      MF51: fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW
+      fields)
+      add tests
+
+    * (PHP_5_1)
+      NEWS
+      ext/oci8/oci8.c
+      ext/oci8/oci8_statement.c:
+      fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
+      add tests
+
+    * (PHP_5_1)
+      ext/oci8/oci8.c:
+      oops.. I didn't want to commit this..
+
+    * ext/oci8/oci8.c:
+      MF51: correct fix for bug #37055
+
+    * (PHP_5_1)
+      ext/oci8/oci8.c:
+      correct fix for bug #37055
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      MF51: fix #37057 (xmlrpc_decode() may produce arrays with numeric string
+      keys which are unaccessible)
+
+    * (PHP_5_1)
+      NEWS
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which
+      are unaccessible)
+
+    * ext/oci8/oci8.c:
+      MF51: fix #37055 (incorrect reference counting for persistent OCI8
+      connections)
+
+    * (PHP_5_1)
+      NEWS
+      ext/oci8/oci8.c:
+      fix #37055 (incorrect reference counting for persistent OCI8 connections)
+
+    * main/main.c:
+      MF51: fix #37053 (html_errors with internal classes produces wrong links)
+
+    * (PHP_5_1)
+      NEWS
+      main/main.c:
+      fix #37053 (html_errors with internal classes produces wrong links)
+
+2006-04-12  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug37046.phpt
+      ZendEngine2/tests/bug37046.phpt:
+      
+      file bug37046.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug37046.phpt:
+      Fixed bug #37046 (foreach breaks static scope)
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_ini_parser.y
+      ZendEngine2/zend_ini_parser.y:
+      Fixed bug #37002 (Have to quote literals in INI when concatenating with
+      vars)
+
 2006-04-11  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_1)
index 551dd48665d3c7124864442d9ae51ad05a72bec2..6f036ae6b92c1864fcba84fb8f7e83525395a2c1 100644 (file)
@@ -1,3 +1,22 @@
+2006-04-12  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      tests/bug37046.phpt:
+      Fixed bug #37046 (foreach breaks static scope)
+
+    * tests/bug37046.phpt
+      tests/bug37046.phpt:
+      
+      file bug37046.phpt was initially added on branch PHP_5_1.
+
+    * zend_ini_parser.y
+      zend_ini_parser.y:
+      Fixed bug #37002 (Have to quote literals in INI when concatenating with
+      vars)
+
 2006-04-10  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)