changelog               Tue Aug  1 01:30:54 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2408&r2=1.2409&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2408 php-src/ChangeLog:1.2409
--- php-src/ChangeLog:1.2408    Mon Jul 31 01:31:01 2006
+++ php-src/ChangeLog   Tue Aug  1 01:30:53 2006
@@ -1,3 +1,140 @@
+2006-07-31  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/pdo/pdo_dbh.c
+      ext/pdo/pdo_stmt.c
+      ext/pdo_mysql/tests/bug_37445.phpt:
+      MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature
+      object destruction).
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_dbh.c
+      ext/pdo/pdo_stmt.c
+      ext/pdo_mysql/tests/bug_37445.phpt
+      ext/pdo_mysql/tests/bug_37445.phpt
+      ext/pdo_mysql/tests/common.phpt:
+      Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature 
object
+      destruction).
+
+    * (PHP_5_2)
+      ext/pdo_mysql/tests/bug_33689.phpt
+      ext/pdo_mysql/tests/common.phpt
+      ext/pdo_mysql/tests/last_insert_id.phpt
+      ext/pdo_mysql/tests/pecl_bug_5200.phpt
+      ext/pdo_mysql/tests/pecl_bug_5780.phpt
+      ext/pdo_mysql/tests/pecl_bug_5802.phpt
+      ext/pdo_mysql/tests/show_tables.phpt:
+      Fixed tests from being always skipped.
+
+2006-07-31  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/soap/php_http.c
+      ext/soap/php_sdl.c
+      ext/soap/php_soap.h
+      ext/soap/soap.c
+      ext/soap/tests/server019.phpt
+      ext/soap/tests/server020.phpt
+      ext/soap/tests/setheaders.phpt:
+      Reimplemented SoapServer and SoapClient classes using ZE2 object API.
+      All internal properties are hidden now.
+
+    * (PHP_5_2)
+      ext/soap/soap.c:
+      Prevented possible double call in case of fault
+
+2006-07-31  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      configure.in
+      main/php_version.h:
+      - Go with 4.4.3.
+
+2006-07-31  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/soap/tests/setheaders.phpt
+      ext/soap/tests/setheaders.phpt:
+      
+      file setheaders.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      ext/soap/soap.c:
+      Fixed crash in SoapClient::__setSoapHeaders()
+
+2006-07-31  Christian Stocker  <[EMAIL PROTECTED]>
+
+    * ext/xsl/xsltprocessor.c:
+      return false instead of null, if it's an invalid document
+      (MFB)
+
+    * (PHP_5_2)
+      ext/xsl/xsltprocessor.c:
+      return false instead of null, if it's an invalid document
+
+    * (PHP_5_2)
+      NEWS:
+      make a NEWS entry about
+      - Fixed XSLTProcessor::importStylesheet() to return TRUE on success
+
+    * ext/xsl/xsltprocessor.c
+      ext/xsl/xsltprocessor.c:
+      return true, if xsl import did work
+
+2006-07-31  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/oci8/oci8.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/array_bind_005.phpt:
+      MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using
+      SQLT_AFC, AVC)
+
+    * ext/oci8/tests/bug37581.phpt
+      ext/oci8/tests/bug37581.phpt:
+      
+      file bug37581.phpt was initially added on branch PHP_5_2.
+
+    * ext/oci8/bug37581.phpt
+      ext/oci8/oci8.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/array_bind_005.phpt:
+      fix #37581 (oci_bind_array_by_name clobbers input array when using
+      SQLT_AFC, AVC)
+
+2006-07-31  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/openssl/openssl.c:
+      MFB: Fixed compiler warning.
+
+    * (PHP_5_2)
+      ext/openssl/openssl.c:
+      Fixed compiler warning.
+
+2006-07-31  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      - #36732 entry
+      - move openssl bug fixes
+
+    * ext/openssl/openssl.c
+      ext/openssl/tests/bug36732.phpt:
+      - MFB: #36732, add req_extensions support to openssl_csr_new and _sign
+         (ben at psc dot edu)
+      - MFB: fix leaks in openssl_csr_new and sig
+
+    * (PHP_5_2)
+      ext/openssl/openssl.c
+      ext/openssl/tests/bug36732.phpt
+      ext/openssl/tests/bug36732.phpt:
+      
+      - #36732, add req_extensions support to openssl_csr_new and _sign
+        (ben at psc dot edu)
+      - fix leaks in openssl_csr_new and sign
+
 2006-07-30  Antony Dovgal  <[EMAIL PROTECTED]>
 
     * ext/oci8/package.xml:

Reply via email to