php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75338 Differences in configuration for mod_php 5 vs 7 are unclear
Submitted: 2017-10-08 13:07 UTC Modified: 2021-10-26 13:25 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: micnolmad at epost1 dot net Assigned: cmb (profile)
Status: Closed Package: Apache2 related
PHP Version: 7 OS: Any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: micnolmad at epost1 dot net
New email:
PHP Version: OS:

 

 [2017-10-08 13:07 UTC] micnolmad at epost1 dot net
Description:
------------
At http://php.net/manual/en/install.windows.legacy.index.php#install.windows.legacy.apache2

Name of php 7 module is missing and there is no mention of where or how to get it.

Test script:
---------------
# 
LoadModule php7_module "c:/php/php7apache2_4.dll"
AddHandler application/x-httpd-php .php

# configure the path to php.ini
PHPIniDir "C:/php"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-08 13:21 UTC] daverandom@php.net
-Summary: module name for php 7 is not mentioned +Summary: Differences in configuration for mod_php 5 vs 7 are unclear -Package: Documentation problem +Package: Apache2 related -Operating System: Windows 7 64 bit +Operating System: Any -PHP Version: 7.1.10 +PHP Version: 7
 [2017-10-08 13:21 UTC] daverandom@php.net
While the linked page is specifically targeted at old Windows systems (systems on which PHP7 cannot be installed), it is also linked from http://php.net/manual/en/install.windows.manual.php

This block should possibly be moved from the legacy page and separated into it's own page, with additional information about 5 vs 7?
 [2021-10-26 13:25 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-10-26 13:25 UTC] cmb@php.net
The respective documetation[1] has been reworked in the meantime,
and looks quite suitable now (note that the PHP manual is no
longer supposed to document PHP 5 specifics).

[1] <https://www.php.net/manual/en/install.windows.apache2.php#install.windows.apache2.module>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 19:01:28 2024 UTC