changelog Thu Jan 8 01:32:23 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3281&r2=1.3282&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3281 php-src/ChangeLog:1.3282
--- php-src/ChangeLog:1.3281 Wed Jan 7 01:32:28 2009
+++ php-src/ChangeLog Thu Jan 8 01:32:22 2009
@@ -1,3 +1,285 @@
+2009-01-07 Felipe Pena <[email protected]>
+
+ * 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 <[email protected]>
+
+ * ZendEngine2/tests/access_modifiers_011.phpt
+ ZendEngine2/tests/access_modifiers_011.phpt:
+
+ MFB
+
+2009-01-07 Felipe Pena <[email protected]>
+
+ * 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 <[email protected]>
+
+ * 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 <[email protected]>
+
+ * ext/standard/tests/array/var_export.phpt
+ tests/basic/027.phpt:
+ fix test
+
+2009-01-07 Felipe Pena <[email protected]>
+
+ * (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 <[email protected]>
+
+ * 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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
* ext/standard/dns.c:
@@ -22862,7 +23144,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3281 2009/01/07 01:32:28 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3282 2009/01/08 01:32:22 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c