|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-08-04 00:06 UTC] arisg at pemudakristen dot net
I install php 4.06 in windows 2000 server with IIS included in Windows 2000 server I am using php_mssql.dll and php_pdf.dll. I do repeat edit, update, list records database in same page, same record 10 time. In any random time when a list records there is error CGI Error-CGI application misbehaved. These error not happens in IIS 4.0 in windows NT 4.0- system. Aris G PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 19:00:01 2025 UTC |
I have the same set of php scripts, php 4.06 CGI running on: 1-Windows NT 4.0 with IIS4, MySQL, MS-SQL 7; this works fine; 2-Windows 2000 server with IIS5, MySQL, MS-SQL 7; this works fine; 3-Windows 2000 advanced server with IIS5, MySQL, MS-SQL 7; this works fine; 4-Windows 2000 advanced server with IIS5, MySQL, MS-SQL 2000; this still works except that a curious error occurs: Im using a lot of Header ("location: some.php") for redirects. In this particular install, right after the call of header function, the browser still gets the right URI, but then it issues the following error (a copy again here): <message> CGI ERROR CGI application misbehaved by not returning a complete set of headers.The headers that it did return are: </message> The funny thing was that if I refresh the page then it works just fine. When I look back at the 4 installs, the only difference was the install 4: MS-SQL 2000. Is there anything in php_mssql that does the job with MS-SQL but has some sort of side-effect that causes the above strange bug? Would any one from the php team spend times looking into the code? It would help us a lot. In the meantime, I will be testing other options. Loi Le V.