ID: 33439 Updated by: [EMAIL PROTECTED] Reported By: ewhite at fmcc dot com -Status: Open +Status: Feedback Bug Type: Sybase-ct (ctlib) related Operating System: Solaris PHP Version: 4.3.10 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip It really should not be possible to get that error.. Previous Comments: ------------------------------------------------------------------------ [2005-06-22 20:19:28] ewhite at fmcc dot com Description: ------------ Calls to sybase_connect, passing it a NULL for character set in order to pass an appname ... are causing the following error: PHP Warning: sybase_connect(): Sybase: Unable to update character set. Reproduce code: --------------- $conn = sybase_connect($server, $user, $pass, NULL, $appname); Expected result: ---------------- No error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33439&edit=1