]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 28 Dec 2006 01:31:05 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 28 Dec 2006 01:31:05 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 98995da352a89fd1361ee92460016dcb818be3fa..77776f42baf86b7ed1e78389d7e63ce2970c2852 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+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
index 29914bc7704ffe24122493e2a2c47ea2a8ee324b..113ca92d79d008b7a7bec22a5eec0b020310d42f 100644 (file)
@@ -1,3 +1,16 @@
+2006-12-27  Antony Dovgal  <antony@zend.com>
+
+    * 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  <ilia@prohost.org>
 
     * zend_ini.c