From: Date: Thu, 16 Feb 2006 06:31:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4323be1cd11f2f17bb8274dc921950b5b6ee28be;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a1b588b184..8fd18becfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2006-02-15 Antony Dovgal + + * (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 * (PHP_4_4)