changelog Fri Mar 30 01:31:12 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2644&r2=1.2645&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2644 php-src/ChangeLog:1.2645
--- php-src/ChangeLog:1.2644 Thu Mar 29 01:31:01 2007
+++ php-src/ChangeLog Fri Mar 30 01:31:11 2007
@@ -1,3 +1,35 @@
+2007-03-29 Sara Golemon <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ sapi/cgi/cgi_main.c:
+ Add missing #if check
+
+2007-03-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ add news entry
+ + minor text fixes
+
+ * (PHP_5_2)
+ ext/oci8/oci8_lob.c
+ ext/oci8/php_oci8_int.h
+ ext/oci8/tests/pecl_bug10194.phpt
+ ext/oci8/tests/pecl_bug10194_blob.phpt:
+ MFH: fix PECL bug #10194 (crash in Oracle client when memory limit
reached
+ in the callback)
+ preallocate the required buffer, so that it would fail earlier.
+
+ * ext/oci8/oci8_lob.c
+ ext/oci8/php_oci8_int.h
+ ext/oci8/tests/pecl_bug10194.phpt
+ ext/oci8/tests/pecl_bug10194.phpt
+ ext/oci8/tests/pecl_bug10194_blob.phpt
+ ext/oci8/tests/pecl_bug10194_blob.phpt:
+ fix #10194 (crash in Oracle client when memory limit reached in the
+ callback)
+ preallocate the required buffer, so that it would fail earlier.
+
2007-03-28 Antony Dovgal <[EMAIL PROTECTED]>
* ext/oci8/oci8_collection.c: