summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-07-15 00:33:10 +0000
committer <changelog@php.net>2004-07-15 00:33:10 +0000
commit5a9875f293e0cf664315ca2b54a5165d8c1f626d (patch)
tree759335cf904fff66b3f3fa5c721bc180028e44c4
parent546e5bbc43a40921f0fcbfe076d14c94f0a74677 (diff)
downloadphp-git-5a9875f293e0cf664315ca2b54a5165d8c1f626d.tar.gz
ChangeLog update
-rw-r--r--ChangeLog51
-rw-r--r--Zend/ChangeLog8
2 files changed, 59 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6e37b1c34..26e0ab53b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2004-07-14 Edin Kadribasic <edink@emini.dk>
+
+ * (PHP_4_3)
+ sapi/cgi/cgi_main.c
+ sapi/cli/php_cli.c:
+ MFH: Made php -m output sorted case-insensitevly
+
+ * sapi/cgi/cgi_main.c
+ sapi/cli/php_cli.c:
+ Made php -m output sorted case-insensitevly
+
+2004-07-14 Stefan Esser <sesser@suspekt.org>
+
+ * (PHP_4_3)
+ ext/standard/tests/strings/strip_tags.phpt:
+ Ups... CAN-2004-0595 regression test went into wrong branch...
+
+ * (PHP_4_3_7)
+ ext/standard/tests/strings/strip_tags.phpt:
+ Add CAN-2004-0595 regression test. (modified from Joe Ortons version)
+
+ * sapi/apache_hooks/mod_php5.c:
+ same bug.
+
+2004-07-14 Derick Rethans <php@derickrethans.nl>
+
+ * ext/iconv/config.m4:
+ - Fixed text.
+
+2004-07-14 Stefan Esser <sesser@suspekt.org>
+
+ * sapi/apache/mod_php5.c:
+ Security Fix broken! Destroyed Basic auth. Blame: me
+ 4.3.x not affected
+
+2004-07-14 Stanislav Malyshev <stas@zend.com>
+
+ * ZendEngine2/zend_object_handlers.c:
+ be consistent with write_dimension
+
+ * ZendEngine2/zend_object_handlers.c:
+ fix #28957
+
+2004-07-14 Sara Golemon <php@alphaweb.net>
+
+ * NEWS
+ ext/bcmath/bcmath.c
+ ext/bcmath/php_bcmath.h:
+ Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time
+ for threaded sapis.
+
2004-07-13 Andi Gutmans <andi@zend.com>
* NEWS
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 2800d11cc2..aad5fccf8e 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-14 Stanislav Malyshev <stas@zend.com>
+
+ * zend_object_handlers.c:
+ be consistent with write_dimension
+
+ * zend_object_handlers.c:
+ fix #28957
+
2004-07-13 Andi Gutmans <andi@zend.com>
* zend.h: