From 5a9875f293e0cf664315ca2b54a5165d8c1f626d Mon Sep 17 00:00:00 2001 From: Date: Thu, 15 Jul 2004 00:33:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 8 ++++++++ 2 files changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index a6e37b1c34..26e0ab53b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2004-07-14 Edin Kadribasic + + * (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 + + * (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 + + * ext/iconv/config.m4: + - Fixed text. + +2004-07-14 Stefan Esser + + * sapi/apache/mod_php5.c: + Security Fix broken! Destroyed Basic auth. Blame: me + 4.3.x not affected + +2004-07-14 Stanislav Malyshev + + * ZendEngine2/zend_object_handlers.c: + be consistent with write_dimension + + * ZendEngine2/zend_object_handlers.c: + fix #28957 + +2004-07-14 Sara Golemon + + * 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 * 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 + + * zend_object_handlers.c: + be consistent with write_dimension + + * zend_object_handlers.c: + fix #28957 + 2004-07-13 Andi Gutmans * zend.h: -- 2.40.0