summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-08-03 05:36:05 +0000
committer <changelog@php.net>2005-08-03 05:36:05 +0000
commitd1623186d59e0b59f77bce988a10f7dfe9641019 (patch)
treebd6b28a3a539f9c4bf0a2f079530b80381f14245
parentef28855f4e4d202276e523867ece270faaf3c811 (diff)
downloadphp-git-d1623186d59e0b59f77bce988a10f7dfe9641019.tar.gz
ChangeLog update
-rw-r--r--ChangeLog37
-rw-r--r--Zend/ChangeLog17
2 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddda03458c..07c3fbe12d 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 937578481a..1ea8ddf519 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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