]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 16 Feb 2006 06:31:44 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Thu, 16 Feb 2006 06:31:44 +0000 (06:31 +0000)
ChangeLog

index a1b588b184133fb53616a48ffe7657b9930d723f..8fd18becfa7aa2a88d135aa3a43b2832fe2df290 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2006-02-15  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      NEWS
+      ext/oci8/oci8_statement.c:
+      MFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
+
+    * ext/oci8/oci8_statement.c:
+      fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
+
+    * sapi/isapi/php5isapi.c
+      sapi/isapi/php5isapi.c:
+      MF51: fix memory leak and possible invalid reads
+
+    * (PHP_5_1)
+      sapi/isapi/php5isapi.c:
+      fix memory leak and possible invalid reads
+
+    * (PHP_5_0)
+      NEWS
+      NEWS
+      sapi/apache/mod_php5.c
+      sapi/apache/mod_php5.c:
+      MFH: fix #36400 (Custom 5xx error does not return correct HTTP response
+      error code)
+
+    * sapi/apache/mod_php5.c:
+      fix #36400 (Custom 5xx error does not return correct HTTP response error
+      code)
+
 2006-02-14  Antony Dovgal  <antony@zend.com>
 
     * (PHP_4_4)