php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #1342 wrong description parameters in httpd.conf
Submitted: 1999-04-22 02:36 UTC Modified: 1999-04-22 03:51 UTC
From: deer at chat dot ru Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.7 OS: windows95
Private report: No CVE-ID: None
 [1999-04-22 02:36 UTC] deer at chat dot ru
in file
http://www.php3.net/manual/html/install-windows95-nt.html
wrong line ( in my opinion )
ScriptAlias /php3/ "c:/path-to-php-dir/php.exe"  ( doesn't work! )
should be 
ScriptAlias /php3/ "c:/path-to-php-dir/"	  ( works ! )

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-04-22 03:51 UTC] eschmid
That is already correct in the document source.  Wait for a new manual.

-Egon
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 23:01:32 2024 UTC