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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 + 40 = ?
Subscribe to this entry?

 
 [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: Fri May 17 04:01:34 2024 UTC