+2006-12-27 Antony Dovgal <antony@zend.com>
+
+ * (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 <nunoplopes@sapo.pt>
+
+ * (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 <antony@zend.com>
+
+ * 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 <andrei@gravitonic.com>
* ext/standard/file.c