diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2016-07-31 15:39:27 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2016-07-31 15:39:27 +0000 |
commit | ec74d798dfd1b2e82f029d80bab36259b8349219 (patch) | |
tree | f2fbd045ad069e7686e0bd2ed436ecb5adaf4e13 /lang/php | |
parent | fa2f577178e29cf2c56502828aaf217753fff6a3 (diff) | |
download | pkgsrc-ec74d798dfd1b2e82f029d80bab36259b8349219.tar.gz |
make PHP 5.6 the default if it's still not installed; active support ends on 2016-12-31, but quite a few modules don't have versions with PHP7 support yet, so 7.0 is not quite good default yet
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index b738dd42037..10eace72e01 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.144 2016/07/24 02:20:16 taca Exp $ +# $NetBSD: phpversion.mk,v 1.145 2016/07/31 15:39:27 jdolecek Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -98,7 +98,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ .include "../../mk/bsd.prefs.mk" -PHP_VERSION_DEFAULT?= 55 +PHP_VERSION_DEFAULT?= 56 PHP_VERSIONS_ACCEPTED?= 55 56 70 # transform the list into individual variables |