|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-08 23:35 UTC] andy at advancethermal dot com
[2004-10-08 17:24 UTC] john at appliedgroup dot com
[2004-11-11 14:51 UTC] extranet at skoda-auto dot de
[2004-11-28 06:09 UTC] cabadam at tamu dot edu
[2004-11-29 06:38 UTC] darpa at yandex dot ru
[2004-11-29 07:35 UTC] darpa at yandex dot ru
[2005-02-03 05:04 UTC] sniper@php.net
[2005-02-11 01:00 UTC] php-bugs at lists dot php dot net
[2022-10-29 02:40 UTC] Elise at jeep dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 16:00:01 2025 UTC |
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");