]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 7 Oct 2005 05:40:21 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Fri, 7 Oct 2005 05:40:21 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index 03e16f7c139e4645242707870150aa326dd452c8..0d31934afe1dd55498df865e6293d7aa9ef06732 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_reflection_api.c:
+      - MFH ReflectionClass::isInstantiable and abstract classes
+
+2005-10-06  Frank M. Kromann  <frank@kromann.info>
+
+    * ext/standard/php_string.h:
+      Fix Win32 build by adding missing function declaration.
+
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_4_4)
+      main/memory_streams.c
+      main/streams/memory.c
+      main/streams/memory.c:
+      - MFH Fix issue (endless loop) with temp/memory streams
+
+    * main/streams/memory.c:
+      - Fix issue (endless loop) with temp/memory streams
+
+2005-10-06  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      BFN
+
+2005-10-06  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c
+      sapi/cli/php_cli.c
+      sapi/cli/php_cli.c
+      sapi/cli/php_cli.c:
+      - MFH: Fix #34557 php -m exits with "error" 1
+
+2005-10-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/curl/interface.c
+      ext/gd/gd.c
+      ext/gd/gd_ctx.c:
+      Added missing safe_mode checks.
+
+2005-10-06  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * sapi/cgi/cgi_main.c
+      sapi/cli/php_cli.c:
+      - Fix #34557 php -m exits with "error" 1
+
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/mhash/tests/003.phpt:
+      - Fix test in unicode mode
+
+    * Makefile.global:
+      - Use run-tests.ph -u rather then defining the ini settings one by one
+
+    * run-tests.php:
+      - Show whether we execute unicode or native tests
+
+    * ZendEngine2/zend_object_handlers.c:
+      - BC: php objects convert to int/double 1 with notice
+
+    * ZendEngine2/tests/bug32322.phpt:
+      - Show the test finishes/dos2unix
+
+    * ZendEngine2/tests/bug28444.phpt
+      ZendEngine2/tests/bug30791.phpt
+      ZendEngine2/tests/bug32290.phpt
+      ZendEngine2/tests/bug32290.phpt
+      tests/classes/tostring_001.phpt:
+      - Fix test
+
+    * ZendEngine2/tests/bug26166.phpt:
+      - Fix test
+      - Convert to unicode
+
+2005-10-06  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/wddx/php_wddx_api.h
+      ext/wddx/wddx.c:
+      use sizeof instead of define
+
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_object_handlers.c:
+      - Any php object converts to boolean as true
+
+    * (PHP_5_1)
+      tests/classes/interfaces_003.phpt
+      tests/classes/tostring_003.phpt:
+      - Add new test
+
+    * tests/classes/interfaces_003.phpt
+      tests/classes/interfaces_003.phpt:
+      
+      - Add new test
+
+2005-10-06  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_1)
+      ext/standard/config.w32
+      ext/wddx/config.w32:
+      - MFH: Fixed Windows build (patch by Mike)
+
+    * ext/standard/config.w32
+      ext/wddx/config.w32:
+      - Fixed Windows build (patch by Mike)
+
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      run-tests.php:
+      - MFH (faillog, streams, counting, .......)
+
+    * run-tests.php:
+      - WS
+
+    * run-tests.php:
+      - Fix redir tests, test count, faillog
+
+2005-10-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_API.c:
+      Cleanup
+
+    * ext/simplexml/simplexml.c:
+      Fixed compilation error
+
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      - MFB use new functions
+
+    * run-tests.php:
+      - Fix faillog and make it understand/handle redirected tests
+
 2005-10-05  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_5_1)
index b9bda0fab6339501f5b07db14371481a6e88baec..357e0da0051dfd4266ad9f9e3be9a88f62f6f252 100644 (file)
@@ -1,3 +1,33 @@
+2005-10-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      zend_reflection_api.c:
+      - MFH ReflectionClass::isInstantiable and abstract classes
+
+    * zend_object_handlers.c:
+      - BC: php objects convert to int/double 1 with notice
+
+    * tests/bug32322.phpt:
+      - Show the test finishes/dos2unix
+
+    * tests/bug28444.phpt
+      tests/bug30791.phpt
+      tests/bug32290.phpt
+      tests/bug32290.phpt:
+      - Fix test
+
+    * tests/bug26166.phpt:
+      - Fix test
+      - Convert to unicode
+
+    * zend_object_handlers.c:
+      - Any php object converts to boolean as true
+
+2005-10-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_API.c:
+      Cleanup
+
 2005-10-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend.c