php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9889 isapi filter php4isapi.dll fails to load when added to IIS console filter tab.
Submitted: 2001-03-21 01:40 UTC Modified: 2001-04-16 06:52 UTC
From: joel at intwebservices dot com Assigned:
Status: Closed Package: Performance problem
PHP Version: 4.0.4pl1 OS: Windows NT 4.0
Private report: No CVE-ID: None
 [2001-03-21 01:40 UTC] joel at intwebservices dot com
The pdf installation instructions say:
Under ISAPI Filters,
add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll.

php4isapi.dll fails to load when IIS is restarted.

Note that it does load for php 4.01 but fails when switching to php 4.04.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-16 06:52 UTC] jmoore@php.net
you need to restart from command line.

net stop iisadmin

net start w3svc

this reloads it.

-James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 13:01:30 2024 UTC