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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC