|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-02 00:28 UTC] admin at artza dot net
[2003-07-02 08:22 UTC] sniper@php.net
[2003-07-02 20:04 UTC] leaf at leafok dot com
[2003-07-02 21:47 UTC] sniper@php.net
[2003-07-15 02:33 UTC] dj-bj at gmx dot de
[2003-07-15 11:01 UTC] purephase at purephase dot ath dot cx
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Apr 02 13:00:02 2026 UTC |
Description: ------------ I've installed PHP 4.3.0, using ISAPI mode, on the IIS6 in Windows Server 2003 several months before, and it runs properly. But after being upgraded into PHP 5.0 beta 1, it doesn't work any longer. The website using PHP in the IIS can't startup correctly, the eventlog shows as following: ============== HTTP Filter DLL D:\php\sapi\php4isapi.dll load failed. Data is error. Can't load all ISAPI filter of the site/service. Therefore the startup was terminated. ============== Then I tried to use CGI mode, but it doesn't work too. ============== CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. ============== After that, I have to reinstall PHP 4.3.0, and it works again.