diff options
author | tron <tron@pkgsrc.org> | 2006-05-09 10:06:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-05-09 10:06:34 +0000 |
commit | c27ecb6fa8954de8f3f8366c7840925ab5beb2dd (patch) | |
tree | 33b251693ae750bad5df1b5aeafa6be14a89a1fc /lang | |
parent | 846cfc32cc829f1cd655840fea40b7a132e2a0d2 (diff) | |
download | pkgsrc-c27ecb6fa8954de8f3f8366c7840925ab5beb2dd.tar.gz |
Make PHP version 5.x the default. Security updates for PHP 4.x are
simply releasted much too slow these days.
Diffstat (limited to 'lang')
-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 db6a7207bdc..101a148d738 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.3 2005/05/09 19:24:46 jdolecek Exp $ +# $NetBSD: phpversion.mk,v 1.4 2006/05/09 10:06:34 tron Exp $ # PHP wrapper, for module builds .if !defined(PHPVERSION_MK) @@ -6,7 +6,7 @@ PHPVERSION_MK= defined .include "../../mk/bsd.prefs.mk" -PHP_VERSION_DEFAULT?= 4 +PHP_VERSION_DEFAULT?= 5 PHP_VERSIONS_ACCEPTED?= 4 5 # transform the list into individual variables |