From: Date: Thu, 28 Dec 2006 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19fca9176fde25bfe547abe9e213499a9ed17ba9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 98995da352..77776f42ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2006-12-27 Antony Dovgal + + * (PHP_4_4) + Zend/zend_ini.c: + fix build + + * ext/session/tests/001.phpt + ext/session/tests/004.phpt + ext/session/tests/005.phpt + ext/standard/tests/general_functions/include_path.phpt + ext/standard/tests/general_functions/parse_ini_file.phpt + ext/standard/tests/strings/bug20108.phpt + ext/standard/tests/strings/bug25671.phpt + ext/standard/tests/strings/bug27278.phpt + ext/standard/tests/strings/bug39873.phpt + ext/standard/tests/time/bug38524.phpt: + fix tests + + * ext/standard/math.c: + NULL is a special value for number_format() meaning "use default separator" + + * ZendEngine2/zend_operators.c: + restore old behaviour when casting objects to strings and NULL + + * ZendEngine2/zend_operators.c: + fix convert_to_unicode() and convert_to_string() which didn't set the type + of the op properly + + * ext/standard/tests/file/fscanf.phpt + ext/standard/tests/strings/bug21730.phpt: + fix *scanf() tests + + * ZendEngine2/zend_operators.h + ZendEngine2/zend_strtol.c: + add zend_u_strtoul() and fix build + + * main/php_streams.h: + fix php_stream_u_get_line() macro + +2006-12-27 Nuno Lopes + + * (PHP_5_2) + ext/session/tests/008.phpt: + die("skip this is for PHP < 4.2.3"); + + * ext/standard/tests/strings/htmlentities02.phpt: + MFB + + * (PHP_5_2) + ext/standard/tests/strings/htmlentities02.phpt: + oops: remove uneeded code in the skip condition + + * (PHP_5_2) + ext/standard/tests/strings/htmlentities02.phpt: + add fr_FR@euro to the setlocale list + +2006-12-27 Antony Dovgal + + * ext/pdo_oci/oci_statement.c: + initialize memory with 0's, so we won't get garbage if the statement does + not set the var + + * (PHP_5_2) + ext/oci8/tests/function_aliases.phpt + ext/oci8/tests/lob_aliases.phpt + ext/oci8/tests/num.phpt + ext/oci8/tests/statement_type.phpt + ext/oci8/tests/statement_type_old.phpt: + MFH more test improvements by Chris Jones + + * ext/oci8/tests/details.inc: + that should not be there.. + + * ext/oci8/tests/details.inc + ext/oci8/tests/function_aliases.phpt + ext/oci8/tests/function_aliases.phpt + ext/oci8/tests/lob_aliases.phpt + ext/oci8/tests/lob_aliases.phpt + ext/oci8/tests/num.phpt + ext/oci8/tests/statement_type.phpt + ext/oci8/tests/statement_type_old.phpt: + more test improvements by Chris Jones + 2006-12-26 Andrei Zmievski * ext/standard/file.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 29914bc770..113ca92d79 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2006-12-27 Antony Dovgal + + * zend_operators.c: + restore old behaviour when casting objects to strings and NULL + + * zend_operators.c: + fix convert_to_unicode() and convert_to_string() which didn't set the type + of the op properly + + * zend_operators.h + zend_strtol.c: + add zend_u_strtoul() and fix build + 2006-12-26 Ilia Alshanetsky * zend_ini.c