changelog Mon Nov 22 20:36:08 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1811&r2=1.1812&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1811 php-src/ChangeLog:1.1812
--- php-src/ChangeLog:1.1811 Sun Nov 21 20:36:34 2004
+++ php-src/ChangeLog Mon Nov 22 20:36:07 2004
@@ -1,3 +1,50 @@
+2004-11-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/sysvshm/sysvshm.c:
+ Fixed compile warning.
+
+2004-11-22 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * tests/lang/bug30862.phpt:
+ - Added test case for bug #30862.
+
+2004-11-22 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/iconv/tests/translit-utf8.phpt
+ ext/iconv/tests/translit-utf8.phpt:
+ Test was fixed.
+
2004-11-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/com_dotnet/com_saproxy.c:
@@ -12949,7 +12996,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1811 2004/11/22
01:36:34 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1812 2004/11/23
01:36:07 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>