1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/testing/php8/php8-module.conf
Andy Postnikov 27820fceea testing/php8: new aport
PHP 8.0 beta3 is upcoming version https://wiki.php.net/todo/php80
2020-09-05 12:35:30 +00:00

13 lines
378 B
Text

LoadModule php8_module modules/mod_php8.so
DirectoryIndex index.php index.html
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
# Uncomment the following to allow .phps files to be handled by the php source filter,
# and displayed as syntax-highlighted source code
#<FilesMatch "\.phps$">
# SetHandler application/x-httpd-php-source
#</FilesMatch>