ID: 28610
Comment by: andy at advancethermal dot com
Reported By: michael dot lidgren at cypoint dot se
Status: Open
Bug Type: Performance problem
Operating System: Windows Server 2003
PHP Version: 4.3.6
New Comment:
Experiencing the same problem with WindowsXP / Apache 2.0 / PHP 4.3.7 /
MS SQL Server 2k (Evaluation Version).
Queries take about 3-4x longer through mssql_query than odbc_exec.
Previous Comments:
------------------------------------------------------------------------
[2004-06-02 16:38:39] michael dot lidgren at cypoint dot se
Description:
------------
SQL queries take several seconds under the ISAPI module; with the same
queries taking virtually no time at all using the CGI module. Same
.ini, same everything except ISAPI vs CGI.
W2k3/IIS, PHP 4.3.6
Reproduce code:
---------------
mssql_connect(...);
mssql_query("SELECT * FROM any_table");
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28610&edit=1