From 2e6d408b11334a1afd7b473c322192c59906693c Mon Sep 17 00:00:00 2001 From: Date: Thu, 8 Jan 2009 01:32:26 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 282 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 ++++ 2 files changed, 302 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3b787d0c4..2463103fa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,285 @@ +2009-01-07 Felipe Pena + + * ext/readline/tests/readline_list_history_001.phpt + ext/standard/tests/network/inet.phpt + ext/standard/tests/network/inet.phpt + ext/standard/tests/network/inet.phpt: + - Fixed test + + * ext/readline/readline.c: + - More suitable parameter checking + + * (PHP_5_3) + ext/reflection/php_reflection.c + ext/reflection/tests/ReflectionClass_getDefaultProperties_002.phpt + ext/reflection/tests/ReflectionClass_getDocComment_002.phpt + ext/reflection/tests/ReflectionClass_getInterfaces_004.phpt + ext/reflection/tests/ReflectionClass_getParentClass_001.phpt + ext/reflection/tests/ReflectionClass_modifiers_002.phpt + ext/reflection/tests/ReflectionFunction_getClosure_error.phpt + ext/reflection/tests/ReflectionMethod_006.phpt + ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt + ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt + ext/reflection/tests/reflectionClass_FileInfo_error.phpt + ext/reflection/tests/reflectionClass_getConstants_error.phpt + ext/reflection/tests/reflectionClass_getConstructor_error.phpt + ext/reflection/tests/reflectionClass_getName_error.phpt + ext/reflection/tests/reflectionClass_isInstantiable_error.phpt + ext/reflection/tests/reflectionClass_isInternal_error.phpt + ext/reflection/tests/reflectionClass_isUserDefined_error.phpt + ext/reflection/tests/reflectionObject_FileInfo_error.phpt + ext/reflection/tests/reflectionObject_getConstants_error.phpt + ext/reflection/tests/reflectionObject_getConstructor_error.phpt + ext/reflection/tests/reflectionObject_getName_error.phpt + ext/reflection/tests/reflectionObject_isInstantiable_error.phpt + ext/reflection/tests/reflectionObject_isInternal_error.phpt + ext/reflection/tests/reflectionObject_isUserDefined_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt: + MFH: + - New parameter parsing + - Removed METHOD_NOTSTATIC_NUMPARAMS + +2009-01-07 Andrei Zmievski + + * ZendEngine2/tests/access_modifiers_011.phpt + ZendEngine2/tests/access_modifiers_011.phpt: + + MFB + +2009-01-07 Felipe Pena + + * ext/reflection/php_reflection.c + ext/reflection/tests/ReflectionClass_getDefaultProperties_002.phpt + ext/reflection/tests/ReflectionClass_getDocComment_002.phpt + ext/reflection/tests/ReflectionClass_getInterfaces_004.phpt + ext/reflection/tests/ReflectionClass_getParentClass_001.phpt + ext/reflection/tests/ReflectionClass_modifiers_002.phpt + ext/reflection/tests/ReflectionFunction_getClosure_error.phpt + ext/reflection/tests/ReflectionMethod_006.phpt + ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt + ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt + ext/reflection/tests/reflectionClass_FileInfo_error.phpt + ext/reflection/tests/reflectionClass_getConstants_error.phpt + ext/reflection/tests/reflectionClass_getConstructor_error.phpt + ext/reflection/tests/reflectionClass_getName_error.phpt + ext/reflection/tests/reflectionClass_isInstantiable_error.phpt + ext/reflection/tests/reflectionClass_isInternal_error.phpt + ext/reflection/tests/reflectionClass_isUserDefined_error.phpt + ext/reflection/tests/reflectionObject_FileInfo_error.phpt + ext/reflection/tests/reflectionObject_getConstants_error.phpt + ext/reflection/tests/reflectionObject_getConstructor_error.phpt + ext/reflection/tests/reflectionObject_getName_error.phpt + ext/reflection/tests/reflectionObject_isInstantiable_error.phpt + ext/reflection/tests/reflectionObject_isInternal_error.phpt + ext/reflection/tests/reflectionObject_isUserDefined_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt: + - New parameter parsing + - Removed METHOD_NOTSTATIC_NUMPARAMS + +2009-01-07 Andrei Zmievski + + * ZendEngine2/tests/access_modifiers_011.phpt + ZendEngine2/tests/access_modifiers_011.phpt: + + file access_modifiers_011.phpt was initially added on branch PHP_5_3. + + * ZendEngine2/zend_object_handlers.c: + MFB + + * (PHP_5_3) + NEWS + ZendEngine2/zend_object_handlers.c: + Changed __call() to be invoked on private/protected method access, + similar to properties and __get(). + +2009-01-07 Antony Dovgal + + * ext/standard/tests/array/var_export.phpt + tests/basic/027.phpt: + fix test + +2009-01-07 Felipe Pena + + * (PHP_5_2) + main/php_network.h + main/php_network.h + main/streams/xp_socket.c + main/streams/xp_socket.c: + MFH: + - Added check for EWOULDBLOCK + - Using EWOULDBLOCK instead of EAGAIN by portability issues + (Related to #46917) + + * main/php_network.h + main/streams/xp_socket.c: + - Added check for EWOULDBLOCK + - Using EWOULDBLOCK instead of EAGAIN by portability issues + (Related to #46917) + + * (PHP_5_3) + main/output.c: + - Checking 0 param in the new way [only in this branch] + + * ext/imap/php_imap.c: + - Fixed duplicate errmsg + + * (PHP_5_2) + NEWS + ext/standard/quot_print.c: + - Revert in this branch (attention++, thanks Hannes :D) + + * (PHP_5_2) + NEWS: + - BFN #47029 + + * (PHP_5_2) + ext/standard/quot_print.c + ext/standard/quot_print.c: + - Fixed bug #47029 (quoted_printable_decode() produces duplicate warning) + Patch by Andy wharmby + +2009-01-07 Johannes Schlüter + + * ext/mysqli/mysqli.c + ext/mysqli/tests/066.phpt + ext/mysqli/tests/bug34810.phpt + ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt + ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt + ext/mysqli/tests/mysqli_mysqli_result_invalid_mode.phpt: + Proper ctor usage (Fix #46044) + +2009-01-07 andy wharmby + + * (PHP_5_2) + ext/pcre/tests/pcre.constants.phpt + ext/pcre/tests/pcre.constants.phpt + ext/pcre/tests/preg_last_error_error.phpt + ext/pcre/tests/preg_last_error_error.phpt + ext/pcre/tests/preg_match_basic_002.phpt + ext/pcre/tests/preg_match_basic_002.phpt + ext/pcre/tests/preg_match_variation1.phpt + ext/pcre/tests/preg_match_variation1.phpt + ext/pcre/tests/preg_replace_callback_error1.phpt + ext/pcre/tests/preg_replace_callback_error1.phpt: + New pcre extension tests. Tested on Windows, Linux and Linux 64-bit + + * ext/pcre/tests/pcre.constants.phpt + ext/pcre/tests/pcre.constants.phpt + ext/pcre/tests/pcre.constants.phpt + ext/pcre/tests/preg_last_error_error.phpt + ext/pcre/tests/preg_last_error_error.phpt + ext/pcre/tests/preg_last_error_error.phpt + ext/pcre/tests/preg_match_basic_002.phpt + ext/pcre/tests/preg_match_basic_002.phpt + ext/pcre/tests/preg_match_basic_002.phpt + ext/pcre/tests/preg_match_variation1.phpt + ext/pcre/tests/preg_match_variation1.phpt + ext/pcre/tests/preg_match_variation1.phpt + ext/pcre/tests/preg_replace_callback_error1.phpt + ext/pcre/tests/preg_replace_callback_error1.phpt + ext/pcre/tests/preg_replace_callback_error1.phpt: + 1.1.4; + New pcre extension tests. Tested on Windows, Linux and Linux 64-bit + +2009-01-07 Derick Rethans + + * (PHP_5_2) + NEWS + ext/standard/var.c + ext/standard/var.c + ext/standard/tests/general_functions/bug47027.phpt + ext/standard/tests/general_functions/bug47027.phpt: + - MFH: Fixed bug #47027 (var_export doesn't show numeric indices on + ArrayObject). + + * ext/standard/var.c + ext/standard/tests/general_functions/bug47027.phpt + ext/standard/tests/general_functions/bug47027.phpt + ext/standard/tests/general_functions/bug47027.phpt: + - Fixed bug #47027 (var_export doesn't show numeric indices on + ArrayObject). + +2009-01-07 andy wharmby + + * (PHP_5_2) + ext/hash/tests/hash_algos.phpt + ext/hash/tests/hash_algos.phpt + ext/hash/tests/hash_error.phpt + ext/hash/tests/hash_error.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_file_error1.phpt + ext/hash/tests/hash_file_error1.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_error.phpt + ext/hash/tests/hash_hmac_error.phpt + ext/hash/tests/hash_hmac_file_basic.phpt + ext/hash/tests/hash_hmac_file_basic.phpt + ext/hash/tests/hash_hmac_file_error.phpt + ext/hash/tests/hash_hmac_file_error.phpt: + New hash extension tests. Tested on Windows, Linux and Linux 64-bit + + * ext/hash/tests/hash_algos.phpt + ext/hash/tests/hash_algos.phpt + ext/hash/tests/hash_algos.phpt + ext/hash/tests/hash_error.phpt + ext/hash/tests/hash_error.phpt + ext/hash/tests/hash_error.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_error.phpt + ext/hash/tests/hash_hmac_error.phpt + ext/hash/tests/hash_hmac_error.phpt + ext/hash/tests/hash_hmac_file_basic.phpt + ext/hash/tests/hash_hmac_file_basic.phpt + ext/hash/tests/hash_hmac_file_basic.phpt + ext/hash/tests/hash_hmac_file_error.phpt + ext/hash/tests/hash_hmac_file_error.phpt + ext/hash/tests/hash_hmac_file_error.phpt: + 1.1.4; + New hash extension tests. Tested on Windows, Linux and Linux 64-bit + +2009-01-07 Pierre-Alain Joye + + * (PHP_5_3) + ext/standard/dns.c: + - fix regression introduced by the move to the new parsing api (thx Bjori) + + * (PHP_5_3) + ext/standard/dns.c + ext/standard/dns_win32.c: + - fix parameter parsing options + + * ext/standard/dl.c: + - MFB: declaration and impl match + + * (PHP_5_3) + ext/standard/dl.c: + - declaration and impl match + + * (PHP_5_3) + ext/standard/basic_functions.c: + - remove PHP_FE(dl) (actually removing the commented PHP_FE, was commited + with my dns patch for win) + + * ext/standard/dns_win32.c: + - MFB: sanity check if we got an A as well (valid too but not desired) + + * (PHP_5_3) + ext/standard/dns_win32.c: + - sanity check if we got an A as well (valid too but not desired) + 2009-01-06 Pierre-Alain Joye * ext/standard/dns.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5dadccabbc..d65d10e0db 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2009-01-07 Andrei Zmievski + + * tests/access_modifiers_011.phpt + tests/access_modifiers_011.phpt: + + MFB + + * tests/access_modifiers_011.phpt + tests/access_modifiers_011.phpt: + + file access_modifiers_011.phpt was initially added on branch PHP_5_3. + + * zend_object_handlers.c: + MFB + + * (PHP_5_3) + zend_object_handlers.c: + Changed __call() to be invoked on private/protected method access, + similar to properties and __get(). + 2009-01-06 Felipe Pena * (PHP_5_2) -- 2.40.0