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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 03:01:32 2025 UTC