php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2095 Install Crash
Submitted: 1999-08-17 16:00 UTC Modified: 1999-09-23 16:39 UTC
From: Steve dot Wasek at wl dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Beta 2 OS: NT4 Server SP5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Steve dot Wasek at wl dot com
New email:
PHP Version: OS:

 

 [1999-08-17 16:00 UTC] Steve dot Wasek at wl dot com
I followed the installation notes for PHP4 beta 2 in your readme.txt file, which came along with the DLLs.

- Install the php.ini file and the DLLs as mentioned above.
- Start the Microsoft Management Console (may appear as
  'Internet Service Manager').
- Under 'ISAPI Filters', add a new ISAPI filter.  Use 'PHP' as the filter name,
  and supply a path to the php4isapi.dll that is included in the distribution.
- Under 'Home Directory', click on the 'Configuration' button.  Add a new entry
  to the Application Mappings;  Use the path the php4isapi.dll as the Executable,
  supply .php as the extension, leave 'Method exclusions', blank, and check
  the Script engine checkbox.
- Stop IIS completely (you would have to stop the IIS Administration service for
  that - stopping it through the Management Console isn't good enough;  You can
  do it by typing 'net stop iisadmin' on a command prompt).
- Start IIS again (you can do it by typing 'net start w3svc' on a command prompt).

BOOM! Dr. Watson says there is an application error.
the console says System Error 1067
IIS fails to fire up.

So I never got to
- Put a .php file under your Web server's document root and check if it works!

I used the original PHP.INI file

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-23 16:39 UTC] andi at cvs dot php dot net
Please try and use the new binaries Zeev prepared and see if they work for you. If they
don't then repost your bug report.

http://www.php.net/version4/do_download.php?download_file=Beta3-dev-Win32.zip

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 05:01:30 2024 UTC