]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 6 Aug 2005 05:37:51 +0000 (05:37 +0000)
committer <changelog@php.net> <>
Sat, 6 Aug 2005 05:37:51 +0000 (05:37 +0000)
ChangeLog
Zend/ChangeLog

index d0583dc2fc18a6f74f10a546161fd28cf5b5b978..439d57f3b9d56f5904bf3e13adc182348d7a91d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2005-08-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/odbc/php_odbc.c:
+      No HTML output if html_errors is off (bug #34006)
+
+    * TSRM/TSRM.h:
+      Fix compile failure with GCC 4.0.x
+
+    * main/main.c:
+      - This ini option is only effective when set in php.ini or httpd.conf
+        or .htacces, etc. as GPC variables are set before any ini_set() is
+      called
+
+    * ext/mbstring/tests/php_gr_jp_16242.phpt:
+      - Fixed bug #34015
+
+    * (PHP_5_0)
+      ext/informix/Makefile.frag:
+      MFB_4_4
+
+    * (PHP_4_4)
+      ext/informix/Makefile.frag:
+      - Fixed bug #34008 (compile failure)
+
+2005-08-05  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * ext/exif/exif.c
+      ext/exif/exif.c
+      ext/exif/exif.c:
+      NetWare specific stat structure issues.
+      --Kamesh
+
+2005-08-05  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS
+      ZendEngine2/zend_execute.c
+      ZendEngine2/tests/array_type_hint_001.phpt
+      ZendEngine2/tests/bug33996.phpt
+      tests/classes/type_hinting_001.phpt
+      tests/lang/type_hints_001.phpt:
+      Fixed bug #33996 (No information given for fatal error on passing invalid
+      value to typed argument)
+
+2005-08-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/standard/tests/math/bug25665.phpt:
+      Skip test on solaris
+
+2005-08-05  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS
+      ZendEngine2/zend_operators.c
+      ZendEngine2/tests/bug33999.phpt:
+      Fixed bug #33999 (object remains object when cast to int)
+
+2005-08-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * sapi/apache2filter/config.m4
+      sapi/apache2handler/config.m4:
+      - Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
+
+2005-08-05  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      Fixed memory leak in foreach() on undefined variable
+      (Zend/tests/foreach_undefined.php)
+
 2005-08-04  Wez Furlong  <wez.php@thebrainroom.net>
 
     * scripts/phpize.in:
index 26f16c57b4493cebec4b906fd239dd42c1997029..ef4e71c87a0f3bf952e270e5577fb95c8932dd68 100644 (file)
@@ -1,3 +1,21 @@
+2005-08-05  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute.c
+      tests/array_type_hint_001.phpt
+      tests/bug33996.phpt:
+      Fixed bug #33996 (No information given for fatal error on passing invalid
+      value to typed argument)
+
+    * zend_operators.c
+      tests/bug33999.phpt:
+      Fixed bug #33999 (object remains object when cast to int)
+
+    * zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h:
+      Fixed memory leak in foreach() on undefined variable
+      (Zend/tests/foreach_undefined.php)
+
 2005-08-04  Antony Dovgal  <antony@zend.com>
 
     * tests/foreach_undefined.phpt: