changelog               Thu Aug 10 01:30:54 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2417&r2=1.2418&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2417 php-src/ChangeLog:1.2418
--- php-src/ChangeLog:1.2417    Wed Aug  9 01:30:54 2006
+++ php-src/ChangeLog   Thu Aug 10 01:30:53 2006
@@ -1,3 +1,149 @@
+2006-08-09  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/standard/var_unserializer.c:
+      regenerate file so that #line directives become correct (aka fix lcov
+      builds)
+
+    * (PHP_5_2)
+      INSTALL
+      win32/install.txt:
+      sync install instructions with the phpdoc xml sources
+
+2006-08-09  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/strings/add-and-stripcslashes.phpt:
+      fix test
+
+    * ext/standard/string.c:
+      fix ZTS build
+
+2006-08-09  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * unicode-progress.txt
+      ext/standard/string.c:
+      Unicode support for str_shuffle().
+
+    * unicode-progress.txt
+      ext/standard/string.c:
+      Upgrade str_rot13() to work with IS_UNICODE type.
+
+2006-08-09  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/xmlwriter/010.phpt
+      ext/xmlwriter/tests/010.phpt:
+      wrong directory
+
+2006-08-09  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      Fix ZTS builds
+
+2006-08-09  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * unicode-progress.txt
+      ext/standard/string.c:
+      addcslashes() and stripcslashes() should work only on binary strings.
+
+    * ZendEngine2/zend_API.c:
+      Make params API sound less like Raymond Babbitt.
+
+2006-08-09  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * ext/oci8/package.xml:
+      update
+
+    * ext/oci8/oci8_lob.c
+      ext/oci8/oci8_lob.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/bug35973.phpt
+      ext/oci8/tests/bug35973.phpt
+      ext/oci8/tests/bug35973.phpt:
+      add support for NCLOBs
+      fix #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
+
+2006-08-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/pdo/pdo_stmt.c
+      ext/pdo/tests/bug_38394.phpt:
+      MFB: Fixed bug #38394 (PDO fails to recover from failed prepared 
statement
+      execution).
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo/tests/bug_38394.phpt
+      ext/pdo/tests/bug_38394.phpt:
+      Fixed bug #38394 (PDO fails to recover from failed prepared statement
+      execution).
+
+2006-08-09  Michael Wallner  <[EMAIL PROTECTED]>
+
+    * main/output.c
+      main/php_output.h
+      tests/output/ob_013.phpt
+      tests/output/ob_018.phpt
+      tests/output/ob_019.phpt:
+      - error message enhancements
+      - avoid duplicate error messages
+      - add PHP_OUTPUT_HANDLER_FLUSHABLE
+      - add PHP_OUTPUT_HANDLER_HOOK_GET_LEVEL
+      - add more tests
+
+2006-08-09  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/package.xml:
+      update changelog and file list
+
+    * (PHP_5_2)
+      NEWS
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/bug38161.phpt:
+      MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't 
set
+      the variable)
+
+    * ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/bug37581.phpt
+      ext/oci8/tests/bug38161.phpt
+      ext/oci8/tests/bug38161.phpt:
+      fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the
+      variable)
+
+    * ext/oci8/bug37581.phpt:
+      oops, wrong directory
+
+    * ext/oci8/oci8_statement.c
+      ext/oci8/oci8_statement.c:
+      fix leak on failure
+
+2006-08-09  Michael Wallner  <[EMAIL PROTECTED]>
+
+    * main/output.c:
+      - mark unicode safe functions
+
+    * main/output.c:
+      - use HashPosition for traversal of registered reverse conflicts
+      - fix protos
+
+2006-08-09  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/oci8/oci8.c:
+      MFH: fix #8112 (Persistent connections misbehave when Apache process 
times
+      out)
+
+    * ext/oci8/oci8.c:
+      fix #8112 (Persistent connections misbehave when Apache process times 
out)
+
 2006-08-08  Antony Dovgal  <[EMAIL PROTECTED]>
 
     * ext/standard/string.c:

Reply via email to