php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #13470 add space at the end of action application
Submitted: 2001-09-27 16:22 UTC Modified: 2001-10-14 09:21 UTC
From: gorbatov at att dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.0.6 OS: NT4
Private report: No CVE-ID: None
 [2001-09-27 16:22 UTC] gorbatov at att dot net
In the installation instructions og PHP for Apache 1.3 on windows the line
   Action application/x-httpd-php "/php/php.exe"
should be
   Action application/x-httpd-php "/php/php.exe "

This extra space is important.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-27 16:31 UTC] goba@php.net
Why? It works, and it is the standard, _without_
that space.
 [2001-10-14 09:21 UTC] goba@php.net
No feedback, and it works as usual without that extra space.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC