php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15609 missing directive in documentation
Submitted: 2002-02-18 20:31 UTC Modified: 2002-05-11 08:11 UTC
From: djm at barrysworld dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.1 OS: windows
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: djm at barrysworld dot com
New email:
PHP Version: OS:

 

 [2002-02-18 20:31 UTC] djm at barrysworld dot com
In the installation guide file (install.txt) under the install for apache section, the lines listed are 

   LoadModule php4_module c:/php/sapi/php4apache.dll
and
   AddType application/x-httpd-php .php

but for PHP to work like this, another line must be added to httpd.conf:

AddModule mod_php4.c

this is the line I used, although I am not sure it must be mod_php4.c; anyway, I only figured this out by guesswork. 
Just needs to be added to the documentation.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-19 03:34 UTC] imajes@php.net
you don't need to include the original c source file, that's kinda madness.

i'll check the install.txt again to see.
 [2002-02-19 04:19 UTC] goba@php.net
This is included at

http://www.php.net/manual/en/install.apache.php

I don't have php4 module Karma to commit
the note there to... This does not mean you
need the C source of course, but ClearModuleList
clears up the list, and it only works with the
mod_php4.c line included...
 [2002-05-11 08:11 UTC] sander@php.net
Already fixed in CVS, closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 16:01:35 2025 UTC