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
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:
34 + 4 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 20:01:29 2024 UTC