]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 26 May 2005 00:39:15 +0000 (00:39 +0000)
committer <changelog@php.net> <>
Thu, 26 May 2005 00:39:15 +0000 (00:39 +0000)
ChangeLog

index 972297b50dfb134fb65fc1d8f08987ff54823e11..b4ffa00d79f936d7bad6bff4271cad38df94db89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: