php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #11016 install.txt
Submitted: 2001-05-22 09:25 UTC Modified: 2001-06-12 04:36 UTC
From: y2000 at yeah dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.5 OS: windows 200
Private report: No CVE-ID: None
 [2001-05-22 09:25 UTC] y2000 at yeah dot net
in install.txt

bad:
# for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4

right:
# for the apache module
LoadModule php4_module "c:/php/sapi/php4apache.dll"
AddType application/x-httpd-php .php4


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-22 09:37 UTC] brianlmoon@php.net
I am using it without the quotes as we speak with no problems.  Why do you say this is wrong?

Brian.
 [2001-05-22 17:50 UTC] sniper@php.net
status -> feedback
 [2001-05-23 14:54 UTC] cynic@php.net
user feedback:
***
syntax error on line 995 of c:/program files/apache group/apache/conf/httpd.conf
LoadModule takes two arguments, a module name and the name of a shared object file to load it from
***

I do think it's the absence or presence of quotes in the path. It might be the colon... Try putting the dll in

c:/program files/apache group/apache/modules

and change the line to

LoadModule php4_module modules/php4apache.dll

I use PHP with Apache on both NT 4 and 5, none of my LoadModule lines has any quotes, and I have never had problems with it.


BTW, don's send any more images to the list. Copy the text instead. If you don't know how to copy text from a console window, RTFM.
 [2001-06-12 04:36 UTC] sniper@php.net
No feedback.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC