From f4c8304ce6b410b13fcc7e0a4cc886886fa33e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Sun, 10 Apr 2016 19:38:49 +0200 Subject: [PATCH] php: corrected apache module version (#4015) --- srcpkgs/php/files/apache.conf | 4 ++-- srcpkgs/php/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/php/files/apache.conf b/srcpkgs/php/files/apache.conf index c3ca0aad509..b516b5e66ff 100644 --- a/srcpkgs/php/files/apache.conf +++ b/srcpkgs/php/files/apache.conf @@ -1,7 +1,7 @@ -# Required modules: dir_module, php5_module +# Required modules: dir_module, php7_module - + DirectoryIndex index.php index.html SetHandler application/x-httpd-php diff --git a/srcpkgs/php/template b/srcpkgs/php/template index d46331a8140..c44134e72e0 100644 --- a/srcpkgs/php/template +++ b/srcpkgs/php/template @@ -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 " license="PHP"