changelog Wed Jan 11 06:31:39 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2221&r2=1.2222&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2221 php-src/ChangeLog:1.2222 --- php-src/ChangeLog:1.2221 Tue Jan 10 06:31:39 2006 +++ php-src/ChangeLog Wed Jan 11 06:31:39 2006 @@ -1,3 +1,57 @@ +2006-01-10 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/tests/filters/bug35916.phpt + main/streams/filter.c: + MFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to + a crash). + + * (PHP_5_1) + NEWS + ext/standard/tests/filters/bug35916.phpt + ext/standard/tests/filters/bug35916.phpt + main/streams/filter.c: + Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a + crash). + +2006-01-10 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_4_4) + ext/odbc/config.m4 + ext/odbc/config.m4 + ext/odbc/config.m4: + MFH: fix #35959 (Cannot build with Solid 2.3) + + * ext/odbc/config.m4: + fix #35959 (Cannot build with Solid 2.3) + + * ext/standard/levenshtein.c: + fix memory corruption (HEAD only) + + * (PHP_5_1) + ext/oci8/oci8.c: + MFH: destroy regular connections in RSHUTDOWN if ZTS is used + this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - + connections are not being closed correctly + see #35205 and similar issues + + * ext/oci8/oci8.c: + silence compile warning in non-ZTS mode + + * ext/oci8/oci8.c: + destroy regular connections in RSHUTDOWN if ZTS is used + this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - + connections are not being closed correctly + see #35205 and similar issues + +2006-01-10 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/tests/general_functions/sunfuncts.phpt: + MFB51: Fixed test + + * (PHP_5_1) + ext/standard/tests/general_functions/sunfuncts.phpt: + Fixed test. + 2006-01-09 Marcus Boerger <[EMAIL PROTECTED]> * .gdbinit: