From: [EMAIL PROTECTED] Operating system: Windows2000+SP3/Dual PHP version: 4.3.0RC2 PHP Bug Type: MSSQL related Bug description: reproducible crash
It's a flat PHP setup with only mssql module loaded. Since the last MSSQL2000 (SP2+hotfix) and MDAC 2.7, SQL queries returning more than a few results crash (either Access Violation using ISAPI, or no output at all with php-cgi.exe past the mssql_query() call). Each time I install a different php build, the first script load will output something before dying in the middle of returning results; reloading the page will give CGI errors. Weird thing is, calling php.exe on the command line works each time; calling php-cgi.exe doesn't (problem described above show up). I can't even move those scripts to Unix, since some are using mssql_next_result() which Sybase doesn't provide. Ouch! It looks like using PHP to talk to MSSQL is not a good idea on any OS. Thanks for your help, -Martin -- Edit bug report at http://bugs.php.net/?id=20704&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20704&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20704&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20704&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20704&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20704&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20704&r=support Expected behavior: http://bugs.php.net/fix.php?id=20704&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20704&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20704&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20704&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20704&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20704&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20704&r=isapi