php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #71168 Document change in module load command for PHP7
Submitted: 2015-12-19 19:04 UTC Modified: 2015-12-19 20:24 UTC
From: lbayuk at users dot sourceforge dot net Assigned: tpunt (profile)
Status: Closed Package: Documentation problem
PHP Version: 7.0.1 OS:
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: lbayuk at users dot sourceforge dot net
New email:
PHP Version: OS:

 

 [2015-12-19 19:04 UTC] lbayuk at users dot sourceforge dot net
Description:
------------
---
From manual page: http://www.php.net/install.unix.apache2
---
The follow text appears at the above location in the documentation, as well as in several other places in the Installation section covering PHP setup with Apache:

  LoadModule php5_module modules/libphp5.so

This is not valid for PHP7. In addition to the shared library filename change from libphp5.so to libphp7.so, the 'module' name must be changed from php5_module to php7_module.

Since this manual documents both PHP5 and PHP7, it should have an example for each.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-19 20:03 UTC] tpunt@php.net
-Assigned To: +Assigned To: tpunt
 [2015-12-19 20:23 UTC] tpunt@php.net
Automatic comment from SVN on behalf of tpunt
Revision: http://svn.php.net/viewvc/?view=revision&revision=338329
Log: Resolve doc bug #71168
 [2015-12-19 20:24 UTC] tpunt@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Apr 19 01:01:26 2025 UTC