]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 19 Oct 2006 01:31:08 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 19 Oct 2006 01:31:08 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 4f3107bdaf22dca55bfce04ba4e5ba0bd2696c23..21fc2d4ee4eda4a3ee1846710a18df630669dba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2006-10-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/com_dotnet/com_extension.c:
+      MFB: Fixed bug #38400 (Use of com.typelib_file may cause a crash).
+
+    * (PHP_5_2)
+      NEWS
+      ext/com_dotnet/com_extension.c:
+      Fixed bug #38400 (Use of com.typelib_file may cause a crash).
+
+2006-10-18  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      ext/ldap/config.m4
+      ext/ldap/config.m4:
+      MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of
+      OpenLDAP)
+
+    * ext/ldap/config.m4:
+      fix bug #38882 (ldap_connect causes segfault with newer versions of
+      OpenLDAP)
+
+2006-10-18  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_constants.c:
+      - Here, too
+
+    * ZendEngine2/zend_execute_API.c:
+      - added missing return...
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_constants.c
+      ZendEngine2/zend_constants.h
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug38465.phpt:
+      - MFH: Fix #38465 (ReflectionParameter fails if default value is an access
+      to self::
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_constants.c
+      ZendEngine2/zend_constants.h
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug38465.phpt
+      ext/reflection/tests/bug38465.phpt
+      ext/standard/basic_functions.c:
+      - Fix #38465 (ReflectionParameter fails if default value is an access to
+      self::
+
+2006-10-18  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/gd/gd.c:
+      Fix arginfo for imagepng() and imagejpeg()
+
+2006-10-18  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/oci8/oci8.c:
+      MFH: fix PECL bug #9061 (oci8 might reuse wrong persistent connection)
+
+    * ext/oci8/oci8.c:
+      fix PECL bug #9061 (oci8 might reuse wrong persistent connection)
+
+2006-10-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/json/JSON_parser.c:
+      ZTS fix
+
 2006-10-17  Andrei Zmievski  <andrei@gravitonic.com>
 
     * ZendEngine2/zend_API.c
index 2548b63f5474e78f20b4d0f1f53fa99271576a7d..82efb7508571163d98cb4070999643ea1e51a4d6 100644 (file)
@@ -1,3 +1,30 @@
+2006-10-18  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      zend_constants.c:
+      - Here, too
+
+    * zend_execute_API.c:
+      - added missing return...
+
+    * (PHP_5_2)
+      zend_constants.c
+      zend_constants.h
+      zend_execute.h
+      zend_execute_API.c:
+      - MFH: Fix #38465 (ReflectionParameter fails if default value is an access
+      to self::
+
+    * zend_builtin_functions.c
+      zend_constants.c
+      zend_constants.h
+      zend_execute.h
+      zend_execute_API.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      - Fix #38465 (ReflectionParameter fails if default value is an access to
+      self::
+
 2006-10-17  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_API.c