From: Date: Wed, 20 Apr 2005 00:43:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2ae989262502720c55df505151f5c5674a95ea0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c9a77925b7..81439206d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2005-04-19 Jani Taskinen + + * (PHP_5_0) + NEWS: + reorder + +2005-04-19 Marcus Boerger + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_reflection_api.c: + - Add ReflectionProperty::getDocComment() + +2005-04-19 Jani Taskinen + + * ext/openssl/openssl.c: + - Never use Z_TYPE* macros on non-zvals. + +2005-04-19 Andrey Hristov + + * (PHP_5_0) + NEWS: + FN + + * main/main.c: + add INT_MAX and INT_SIZE constants. + + * ext/mysqli/tests/033.phpt: + MFB + + * (PHP_5_0) + ext/mysqli/tests/033.phpt: + fix test to be able to run not only over Unix socket but also over TCP/IP + and not only connected to localhost. + + * (PHP_5_0) + NEWS: + BFN + + * ext/mysqli/tests/bug32405.phpt + ext/mysqli/tests/bug32405.phpt: + + add a test case for Bug #32405 (the previous commit incorporated a fix + for it). + + * ext/mysqli/mysqli_api.c: + - nail down another 64bit problem. this will fix about 14 failing tests + on amd64 (probably other 64 bit arch). + - use ulong for this boolean variable, as it was before + - throw an warning if offset passed to mysqli_stmt_data_seek is negative + + * ext/mysqli/mysqli_api.c + ext/mysqli/tests/014.phpt: + - fixing all "long" into "int" fetching problems (cause memory corruption + on 64 bit) + - nail down a problem because of the new MYSQL_TYPE_NEWDECIMAL introduced + in MySQL 5.0+ + - Add more info to the autocommit test + +2005-04-19 Jani Taskinen + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_exceptions.c + sapi/apache/sapi_apache.c + sapi/apache_hooks/mod_php5.c + sapi/apache_hooks/sapi_apache.c: + No c++ comments in C code + + * ext/sqlite/pdo_sqlite2.c: + - This is not C++ code + +2005-04-19 Wez Furlong + + * ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_typeinfo.c + ext/com_dotnet/php_com_dotnet_internal.h: + merge from branch: fixes for #32758 and #32759 + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_typeinfo.c + ext/com_dotnet/php_com_dotnet_internal.h: + - Fix #32758 Cannot access safearray properties + - Fix #32759 incorrect determination of default value + +2005-04-19 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/sqlite/sqlite.c: + MFH: Fixed bug #32753 (Undefined constant SQLITE_NOTADB). + + * ext/sqlite/sqlite.c: + Fixed bug #32753 (Undefined constant SQLITE_NOTADB). + 2005-04-18 Rob Richards * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 924b9733ae..1505e4705b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2005-04-19 Marcus Boerger + + * zend_API.c + zend_API.h + zend_compile.c + zend_compile.h + zend_reflection_api.c: + - Add ReflectionProperty::getDocComment() + +2005-04-19 Jani Taskinen + + * zend_compile.c + zend_exceptions.c: + No c++ comments in C code + 2005-04-18 Dmitry Stogov * zend_builtin_functions.c