ID: 27714 Updated by: [EMAIL PROTECTED] Reported By: vovik at getart dot ru -Status: Open +Status: Feedback Bug Type: MSSQL related Operating System: Windows PHP Version: 4.3.4 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 Previous Comments: ------------------------------------------------------------------------ [2004-03-26 08:59:02] vovik at getart dot ru Description: ------------ The code below makes it clear enough Reproduce code: --------------- mssql_connect("localhost", "sa", ""); list($tmp) = mssql_fetch_row(mssql_query("SELECT ''")); var_dump($tmp); Expected result: ---------------- string(0) "" Actual result: -------------- string(1) " " ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27714&edit=1
