ID: 8568
Updated by: joey
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: Sybase-ct (ctlib) related
Operating system:
PHP Version: 4.0.3pl1
Assigned To: joey
Comments:
I have a patch all ready for this, it just needs some tweaking.
Previous Comments:
---------------------------------------------------------------------------
[2001-01-05 16:10:54] [EMAIL PROTECTED]
we often get intermitent charset problems on database operations (onto sybase ase
11.0.3.3-6 using ctlib) and we are tring to find out an way to solve this. reading the
php online doc, we discover that there is an parameter in the sybase_conection ()
function to force a charset for de client connection. unfortunately this does not
work, as shown below:
Warning: Wrong parameter count for sybase_connect() in
/home/oab/public_html/amaral_testes/lixo/sybase-fetch.php on line "x".
the code that generate this parse error was this:
<?php
...
$id_conn = sybase_connect ('SYBASE','sa','', 'iso_1');
...
?>
is this an BUG ?
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8568&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]