diff options
author | <changelog@php.net> | 2005-05-26 00:39:15 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-05-26 00:39:15 +0000 |
commit | ff525e55df015c24631e4bc74df435e6f582fe76 (patch) | |
tree | 319e4f3ff7b957ffa1c30b6b3435acd99ffa265c | |
parent | 1add2cc70ecef47d15c2cbbbc0a2595432dce009 (diff) | |
download | php-git-ff525e55df015c24631e4bc74df435e6f582fe76.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2005-05-25 Dmitry Stogov <dmitry@zend.com> + + * 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 <stas@zend.com> + + * (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 <ilia@prohost.org> + + * (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 <andrei@gravitonic.com> * ext/pcre/php_pcre.c: |