changelog               Thu Dec 28 01:31:03 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2554&r2=1.2555&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2554 php-src/ChangeLog:1.2555
--- php-src/ChangeLog:1.2554    Wed Dec 27 01:31:03 2006
+++ php-src/ChangeLog   Thu Dec 28 01:31:02 2006
@@ -1,3 +1,86 @@
+2006-12-27  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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 [EMAIL PROTECTED] to the setlocale list
+
+2006-12-27  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/standard/file.c

Reply via email to