changelog Thu Feb 16 06:31:45 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2257&r2=1.2258&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2257 php-src/ChangeLog:1.2258
--- php-src/ChangeLog:1.2257 Wed Feb 15 06:31:48 2006
+++ php-src/ChangeLog Thu Feb 16 06:31:44 2006
@@ -1,3 +1,33 @@
+2006-02-15 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_4_4)