php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #8692 Bad registry information
Submitted: 2001-01-13 20:26 UTC Modified: 2001-06-27 00:13 UTC
From: bp at ispelunker dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.4 OS: Wind 98 se/PWS4
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: bp at ispelunker dot com
New email:
PHP Version: OS:

 

 [2001-01-13 20:26 UTC] bp at ispelunker dot com
In the documentation for PHP on Win9x platforms, the documentation says to install this key:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map]
".php"="C:\\Program Files\\PHP\\php4isapi.dll"

After numerous installs on win98 machines, the same problem exits.  *.php will always give a 500 error.  if the extension *.php3 is added, then there is no problem.  I havent tried, but *.php4 should work for php4 versions.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-27 00:13 UTC] danbeck@php.net
I don't think this is a documentation problem.  The php3 extension is no longer recommended as a php extension for PHP 4.  Also, I would think it would be obvious that if you are using .foo for your php extension, then you would need to use .foo in the registry key instead of .php.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 11:01:33 2024 UTC