php: corrected apache module version (#4015)
This commit is contained in:
parent
33aaafd3f1
commit
f4c8304ce6
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue