php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32202 location of php4apache.dll in Loadmodule statement wrong
Submitted: 2005-03-06 03:01 UTC Modified: 2005-03-07 19:43 UTC
From: taylor at gol dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.10 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: taylor at gol dot com
New email:
PHP Version: OS:

 

 [2005-03-06 03:01 UTC] taylor at gol dot com
Description:
------------
The page 

http://www.php.net/manual/en/install.windows.apache1.php

states 

 For PHP 4:

# Add to the end of the LoadModule section
LoadModule php4_module "c:/php/php4apache.dll"

but the location of the file php4apache.dll is actually in ~/php/sapi/

The install documentation that comes with the zipped bundle is wrong, too.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-06 04:20 UTC] philip@php.net
This isn't really a bug as according to the manual installation steps (which should be read first):

Note:  In PHP 4, you should move all files located in the dll and sapi folders to the main folder (e.g. C:\php).

The manual steps example 6.1 shows the correct location.

But, the Apache 1 docs do say the following:

This assumes PHP is installed to c:\php. Adjust the path if this is not the case.

So anyway the Apache 1 docs could easily again mention the sapi/dll file move right after the above quoted note...that might be useful.
 [2005-03-07 19:43 UTC] nlopess@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=83727d47a91e1eac21f3ac3204727447c63ec9d9
Log: fix #32202: add a note about copying the the sapi file in php4
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 04 15:00:02 2025 UTC