]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 29 Mar 2006 06:31:49 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Wed, 29 Mar 2006 06:31:49 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 498d7f48e4bde650c0dda60554f5951b8f7375d3..98cd2e3bb99d09bc7272154afb99d340d988fdbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2006-03-28  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_objects_API.c:
+      initialize bucket #0 with nulls
+
+    * (PHP_5_1)
+      ZendEngine2/zend_objects_API.c:
+      initialize bucket #0 with nulls (normally it shouldn't be used at all, but
+      if it is - we don't want any memory issues, do we?)
+
+    * ZendEngine2/zend_builtin_functions.c:
+      MF51: fix #36897 (debug_print_backtrace() doesn't return void but array(0)
+      {})
+
+    * (PHP_5_1)
+      ZendEngine2/zend_builtin_functions.c:
+      fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})
+
+2006-03-28  Seiji Masugata  <s.masugata@digicom.dnp.co.jp>
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.h:
+      added mb_strstr( ).
+
+2006-03-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/user_filters.c:
+      Fixed bug #36886 (User filters can leak buckets in some situations).
+
+2006-03-28  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_4_4)
+      ext/standard/file.c:
+      fix build and #36887
+
+    * ext/oci8/oci8_interface.c:
+      MF51: fix #36851 (Documentation and code discrepancies for NULL data)
+
+    * (PHP_5_1)
+      NEWS
+      ext/oci8/oci8_interface.c:
+      fix #36851 (Documentation and code discrepancies for NULL data)
+
+2006-03-28  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend_operators.c:
+      Note
+
+2006-03-28  Yasuo Ohgaki  <yohgaki@ohgaki.net>
+
+    * (PHP_5_1)
+      ext/pgsql/pgsql.c:
+      reenable pg_execute E_WARNING
+
 2006-03-27  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_4)
index d23f7a9c7bd6f9740dcdcc10ac10df7eb1c6d708..68c1a4a08f122b5af727f27159ddbe798bd03df3 100644 (file)
@@ -1,3 +1,26 @@
+2006-03-28  Antony Dovgal  <antony@zend.com>
+
+    * zend_objects_API.c:
+      initialize bucket #0 with nulls
+
+    * (PHP_5_1)
+      zend_objects_API.c:
+      initialize bucket #0 with nulls (normally it shouldn't be used at all, but
+      if it is - we don't want any memory issues, do we?)
+
+    * zend_builtin_functions.c:
+      MF51: fix #36897 (debug_print_backtrace() doesn't return void but array(0)
+      {})
+
+    * (PHP_5_1)
+      zend_builtin_functions.c:
+      fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})
+
+2006-03-28  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_operators.c:
+      Note
+
 2006-03-27  Antony Dovgal  <antony@zend.com>
 
     * zend.c: