]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 2 Sep 2005 05:33:21 +0000 (05:33 +0000)
committer <changelog@php.net> <>
Fri, 2 Sep 2005 05:33:21 +0000 (05:33 +0000)
ChangeLog
Zend/ChangeLog

index 13f5266d415382b099ebe2a58019ee4e47344394..5f2959c9671a947fdc1725eaed82bc417574c74d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,148 @@
+2005-09-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS
+      main/php_variables.c
+      main/php_variables.c:
+      MFH: Fixed bug #34331 (php crashes when variables_order is empty).
+
+    * main/php_variables.c:
+      Fixed bug #34331 (php crashes when variables_order is empty).
+
+2005-09-01  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS
+      main/main.c
+      main/php_ini.c
+      main/php_ini.h:
+      MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set
+      empty)
+
+    * main/main.c
+      main/php_ini.c
+      main/php_ini.h:
+      - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty)
+
+    * sapi/apache2filter/config.m4
+      sapi/apache2handler/config.m4:
+      - Revert -a to -A change, bad idea: It disables EXISTING lines too!
+
+2005-09-01  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (PHP_5_1)
+      scripts/phpize.in:
+      portability fix (for solaris)
+
+2005-09-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug34137.phpt
+      ZendEngine2/tests/bug34137.phpt
+      ZendEngine2/tests/bug34137.phpt:
+        1.1.4;
+      Fixed bug #34137 (assigning array element by reference causes binary mess)
+
+    * NEWS
+      NEWS
+      NEWS
+      NEWS
+      Zend/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/tests/bug34137.phpt
+      ZendEngine2/tests/bug34137.phpt:
+      Fixed bug #34137 (assigning array element by reference causes binary mess)
+
+2005-09-01  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_1)
+      NEWS:
+      - MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned
+      after
+        strtotime() / date() tests).
+
+2005-09-01  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * NEWS:
+      If it is added in 5.1, is it still news for PHP 6?
+
+    * (PHP_5_1)
+      NEWS:
+      NSF
+
+2005-09-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/tests/array/bug34227.phpt
+      ext/standard/tests/array/bug34227.phpt
+      ext/standard/tests/array/bug34227.phpt
+      ext/standard/tests/array/bug34227.phpt:
+        1.1.4;  1.1.6;
+      Fixed bug #34277 (array_filter() crashes with references and objects)
+
+    * NEWS
+      NEWS
+      NEWS
+      NEWS
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/tests/array/bug34227.phpt
+      ext/standard/tests/array/bug34227.phpt
+      ext/standard/tests/array/bug34227.phpt:
+      Fixed bug #34277 (array_filter() crashes with references and objects)
+
+    * NEWS
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug34310.phpt
+      ZendEngine2/tests/bug34310.phpt:
+      Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)
+
+    * NEWS
+      NEWS
+      ZendEngine2/zend.c
+      ZendEngine2/zend.h
+      ZendEngine2/zend.h
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_reflection_api.c:
+      Support for class constants and static members for internal classes
+
+2005-09-01  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * (PHP_4_4)
+      sapi/cli/php_getopt.h:
+      As NetWare LibC has optind and optarg macros defined in unistd.h our local
+      variables were getting mistakenly preprocessed so undeffing optind and
+      optarg
+      
+      --Kamesh
+
+2005-09-01  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * acinclude.m4:
+      Bump up libxml2 version requirement to >= 2.6.8
+
+2005-09-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      MFH: Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)
+
 2005-08-31  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * ext/sybase/config.m4
index 0292e659005f289990a9eb2d6603d86f376ae9ba..f6177e3aa9606d5257166aa1e8809965cebe0c41 100644 (file)
@@ -1,3 +1,43 @@
+2005-09-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/bug34137.phpt
+      tests/bug34137.phpt
+      tests/bug34137.phpt:
+        1.1.4;
+      Fixed bug #34137 (assigning array element by reference causes binary mess)
+
+    * zend_execute.c
+      zend_execute.c
+      zend_execute.c
+      tests/bug34137.phpt
+      tests/bug34137.phpt:
+      Fixed bug #34137 (assigning array element by reference causes binary mess)
+
+    * zend_compile.c
+      zend_compile.c
+      tests/bug34310.phpt
+      tests/bug34310.phpt:
+      Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)
+
+    * zend.c
+      zend.h
+      zend.h
+      zend_API.c
+      zend_API.c
+      zend_API.h
+      zend_API.h
+      zend_builtin_functions.c
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_compile.c
+      zend_object_handlers.c
+      zend_object_handlers.c
+      zend_opcode.c
+      zend_opcode.c
+      zend_reflection_api.c
+      zend_reflection_api.c:
+      Support for class constants and static members for internal classes
+
 2005-08-31  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * tests/bug34310.phpt: