RE: PHP function maxdb_options: Parameter mismatch

2004-12-09 Thread Simenec, Thomas
Dezember 2004 11:06 To: [EMAIL PROTECTED] Subject: PHP function maxdb_options: Parameter mismatch Hi, Using this function as described in http://dev.mysql.com/doc/maxdb/pdf/php_presentation.pdf: maxdb_options($link, MAXDB_UNICODE, TRUE); fails: Warning: maxdb_options() expects exactly 2 par

PHP function maxdb_options: Parameter mismatch

2004-12-09 Thread Hötzel, Jürgen
Hi, Using this function as described in http://dev.mysql.com/doc/maxdb/pdf/php_presentation.pdf: maxdb_options($link, MAXDB_UNICODE, TRUE); fails: Warning: maxdb_options() expects exactly 2 parameters, 3 given in .. By looking in the source (php_maxdb.c) i found out, that this function on