php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #23777 Need %INSTALLPATH%
Submitted: 2003-05-23 07:58 UTC Modified: 2004-02-29 13:13 UTC
From: pekka at studio-on-the dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.2RC4 OS: XP
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: pekka at studio-on-the dot net
New email:
PHP Version: OS:

 

 [2003-05-23 07:58 UTC] pekka at studio-on-the dot net
Install.txt refers all the time to C:\PHP\ in module and CGI installation instructions.
This may lead to confusion. Especially in
---------
Just add the
  following lines to your httpd.conf:

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddModule mod_php4.c
   AddType application/x-httpd-php .php
---------

As system root is done as %SYSTEMROOT% why not %INSTALLPATH% as well?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-29 13:13 UTC] nlopess@php.net
%SYSTEMROOT% is defined by the system and %INSTALLPATH% isn't.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 08:02:42 2024 UTC