ID: 37123 Updated by: [EMAIL PROTECTED] Reported By: kuiava at gmail dot com -Status: Open +Status: Bogus Bug Type: MSSQL related Operating System: GNU/Linux Debian 3.1 PHP Version: 4.4.2 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-04-18 17:41:48] kuiava at gmail dot com Description: ------------ the function mssql_conect() fails when it uses bigger passwords that 30 characters (MD5 Hash).. Tanks Reproduce code: --------------- $con = mssql_connect ($servidor, $login, $pass) or die ('Erro - Falha na Conexão'); mssql_select_db($bd, $con) or die('Erro - Falha ao Abrir Banco de Dados'); Expected result: ---------------- Warning: mssql_connect(): Sybase: Server message: Login failed for user 'user'. (severity 14, procedure N/A) in /var/www/ccm/bd.php on line 20 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37123&edit=1