From: Date: Tue, 23 Nov 2004 01:36:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~634 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3630c4d1e0e64a351dc665817656934ff98794ad;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bcafb29b8b..e4bf389e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2004-11-22 Ilia Alshanetsky + + * ext/sysvshm/sysvshm.c: + Fixed compile warning. + +2004-11-22 Frank M. Kromann + + * ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.h: + Adding fbsql_set_characterset. + Change PHP_INI_USER to PHP_INI_ALL on fbsql.batchsize + +2004-11-22 Andi Gutmans + + * (PHP_5_0) + ext/oci8/oci8.c: + - Don't use that ZTS connection pooling code until decided what to do with + - this problem. + + * ext/oci8/oci8.c: + - Don't reuse Oracle connections in multi-threaded environments until + - we decide to either not support ZTS connection pooling (kind of + - pointless as PHP isn't stable in ZTS mode) or fix the 100% reproducable + - crash bug on oci_connect() under Windows most probably due to this + - problem. + +2004-11-22 Derick Rethans + + * tests/lang/bug30862.phpt: + - Added test case for bug #30862. + +2004-11-22 Frank M. Kromann + + * (PHP_5_0) + ext/mssql/config.m4: + MFH: Fix #30860 configure fails when tds is compiled as shared + + * ext/mssql/config.m4 + ext/mssql/config.m4: + Fix #30860 configure fails when tds is compiled as shared + +2004-11-22 Dmitry Stogov + + * ext/iconv/tests/translit-utf8.phpt + ext/iconv/tests/translit-utf8.phpt: + Test was fixed. + 2004-11-21 Ilia Alshanetsky * ext/com_dotnet/com_saproxy.c: