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

index ddda03458c9707132543f826fbaa6a0705a1b1fe..07c3fbe12d6e98fc9a8e80bb2a3ec155564f609d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2005-08-02  Hartmut Holzgraefe  <hartmut@php-groupies.de>
+
+    * run-tests.php:
+      make skipif test use ini options specified by -d command line options
+
+2005-08-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      Fixed bug #33942 (the patch to #33156 crash cygwin except cli)
+
+2005-08-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      main/php_variables.c:
+      Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)
+
+2005-08-02  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * NEWS
+      ZendEngine2/zend_exceptions.c:
+      - Fixed bug #33967 (misuse of Exception constructor doesn\'t display
+      errorfile)
+
+    * tests/lang/bug32924.phpt:
+      fix test when include_path does NOT have . in it
+
+2005-08-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/bench.php:
+      Removed warnings
+
+2005-08-02  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * NEWS:
+      BFN
+
 2005-08-01  Edin Kadribasic  <edink@emini.dk>
 
     * ext/gd/config.w32:
index 937578481adbdf82b93af452304a393e3fbf5c2b..1ea8ddf5199da25171c7edb775a8ee6ee8c58766 100644 (file)
@@ -1,3 +1,20 @@
+2005-08-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute_API.c
+      zend_execute_API.c:
+      Fixed bug #33942 (the patch to #33156 crash cygwin except cli)
+
+2005-08-02  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * zend_exceptions.c:
+      - Fixed bug #33967 (misuse of Exception constructor doesn\'t display
+      errorfile)
+
+2005-08-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * bench.php:
+      Removed warnings
+
 2005-07-29  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_vm_def.h