HomeSoftware Heritage

Fix issues when using php8

Description

Fix issues when using php8

PHP8 dropped the conventions of including the major versions in apache modules. This fix makes it so that moving forward the module will no longer add the major in the relevant places.

before change:
/etc/httpd/conf.modules.d/php8.conf
/etc/httpd/conf.modules.d/php8.load
^---Content---^
LoadModule php8_module modules/libphp8.so

Apache won't load

After change:
/etc/httpd/conf.modules.d/php.conf
/etc/httpd/conf.modules.d/php.load
^---Content---^
LoadModule php_module modules/libphp.so

Details

Provenance
Christian Castelli <34291598+cdamage@users.noreply.github.com>Authored on Feb 5 2021, 10:23 PM
Ciaran McCrisken <ciaran.mccrisken@puppet.com>Committed on Feb 16 2021, 4:56 PM
olasdPushed on Dec 28 2021, 10:47 AM
Parents
rSPAPAb54431dd6a8e: Merge pull request #2120 from ekohl/use-shared-examples-for-facts
Branches
Unknown
Tags
Unknown

Event Timeline

Ciaran McCrisken <ciaran.mccrisken@puppet.com> committed rSPAPA6190306bfd7e: Fix issues when using php8 (authored by Christian Castelli <34291598+cdamage@users.noreply.github.com>).Feb 16 2021, 4:56 PM