aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-12-29 14:16:51 +0100
committerAndy Postnikov <apostnikov@gmail.com>2020-12-29 22:29:42 +0000
commit575b83ca018c2cef20f32e683ec3ab72b743097c (patch)
tree8881a98638a0bd155fcc30267a14f59b4c1fd526
parent86bf381bb7733a59f0ad3ff642df1a5f45090f2d (diff)
community/php8: fix apache module conf
#12249
-rw-r--r--community/php8/APKBUILD4
-rw-r--r--community/php8/php8-module.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/php8/APKBUILD b/community/php8/APKBUILD
index 198a7178da0..33d70f4ef86 100644
--- a/community/php8/APKBUILD
+++ b/community/php8/APKBUILD
@@ -26,7 +26,7 @@
pkgname=php8
_pkgreal=php
pkgver=8.0.0
-pkgrel=0
+pkgrel=1
_apiver=20200930
_suffix=${pkgname#php}
# Is this package the default (latest) PHP version?
@@ -608,7 +608,7 @@ _mv() {
sha512sums="65630940c95436f3e3ecb71b9f1ca15bb4118267dbda604ed1ee009d528c21a3ec21f48a15e4dd3529fe9cd2b354c211a7b4975b5de43e1f2afa6656cabe1fd0 php-8.0.0.tar.xz
8a9a63cddfd9bdde23db85a7be0711e14688bab35b580abd0184d370c54de80b72cbdeb369570cd23927154984f024eaad5d222d53d9e19130fb2e8758dd4540 php8-fpm.initd
cd3a96d3febde3b6657ed80ff58945641443e84e5e0fd3d9df29e640e9549bc452a3412f1999fa02ae1ee2b64c08040998fa75805f67e0252741c376e26e1c3c php8-fpm.logrotate
-eaea9399bc45e1b98667ee1c034979f977ed44eaed039589be3a5ceb06bf51458326046162797bd9f760ec342e83f6e63e18bf7ccafb1cc3e7ab35c861ded590 php8-module.conf
+95f536addfbb28fbca8b14da46d95a3595369d6e98d345f55f0fda1b12bdefd1579a27505424e7d1088a987d330798253cec9bd42b544bb567189cba746217c7 php8-module.conf
c7097d81c0c36754a909e3799b6397d224dc77548b30e86ae929b22c3ce85b8bebefba058da5f298f0f3595387e6ae88b7bc400acddcd9487fe7c6268f923aa2 disabled-tests.list
ec206639d076ddac6c2d1db697a5428ed3be979157db39417af7fbe6ab837e8dc00315ae0e55aea4f92f45ca5827c88cc4933099fad9c962f029ca81bef779d7 install-pear.patch
79f919ca110530cac2f1ed1e7a86e2c396c25022f00501b520b6bd2efa8eefd962df4ad25235b8a37d8a30d67d257baaf9dfb4041891206a5b15a9c895f1797d includedir.patch
diff --git a/community/php8/php8-module.conf b/community/php8/php8-module.conf
index dcc86c52b1f..2ffe005aa30 100644
--- a/community/php8/php8-module.conf
+++ b/community/php8/php8-module.conf
@@ -1,4 +1,4 @@
-LoadModule php8_module modules/mod_php8.so
+LoadModule php_module modules/mod_php8.so
DirectoryIndex index.php index.html