php: corrected apache module version (#4015)

This commit is contained in:
Stefan Mühlinghaus 2016-04-10 19:38:49 +02:00 committed by Juan RP
parent 33aaafd3f1
commit f4c8304ce6
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Required modules: dir_module, php5_module
# Required modules: dir_module, php7_module
<IfModule dir_module>
<IfModule php5_module>
<IfModule php7_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php

View file

@ -1,7 +1,7 @@
# Template build file for 'php'
pkgname=php
version=7.0.5
revision=2
revision=3
short_desc="An HTML-embedded scripting language"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="PHP"