summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2016-07-31 15:39:27 +0000
committerjdolecek <jdolecek>2016-07-31 15:39:27 +0000
commit2484613d097fdcaed58a704e1a687019cebcc11e (patch)
tree8182bdb3a54b59f7fd17d720e762c28e690cf946 /lang
parentb79e5d7b3de8e0abd81135e3d111b9e65dc248d2 (diff)
downloadpkgsrc-2484613d097fdcaed58a704e1a687019cebcc11e.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')
-rw-r--r--lang/php/phpversion.mk4
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