diff options
author | <changelog@php.net> | 2004-07-15 00:33:10 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-07-15 00:33:10 +0000 |
commit | 5a9875f293e0cf664315ca2b54a5165d8c1f626d (patch) | |
tree | 759335cf904fff66b3f3fa5c721bc180028e44c4 | |
parent | 546e5bbc43a40921f0fcbfe076d14c94f0a74677 (diff) | |
download | php-git-5a9875f293e0cf664315ca2b54a5165d8c1f626d.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | Zend/ChangeLog | 8 |
2 files changed, 59 insertions, 0 deletions
@@ -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: |