From: Date: Thu, 26 May 2005 00:39:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff525e55df015c24631e4bc74df435e6f582fe76;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 972297b50d..b4ffa00d79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2005-05-25 Dmitry Stogov + + * tests/basic/bug29971.phpt + tests/basic/bug29971.phpt: + + file bug29971.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + main/php_variables.c + main/php_variables.c + tests/basic/bug29971.phpt: + Fixed bug #29971 (variables_order behaviour) + +2005-05-25 Stanislav Malyshev + + * (PHP_5_0) + ext/standard/type.c: + fix is_object on non-php objects + + * ext/standard/type.c: + fix is_object() on non-php objects + +2005-05-25 Ilia Alshanetsky + + * (PHP_5_0) + ext/mime_magic/mime_magic.c: + MFH: Return error on an invalid input to mime_content_type() function. + + * ext/mime_magic/mime_magic.c: + Return error on an invalid input to mime_content_type() function. + 2005-05-24 Andrei Zmievski * ext/pcre/php_pcre.c: