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 | 75bce9e877e3277616b1b35b2c2b372133d2a8d3 (patch) | |
tree | 33b251693ae750bad5df1b5aeafa6be14a89a1fc /lang/php | |
parent | baa27f8cb9c47229233d996b38378f0d3f306d76 (diff) | |
download | pkgsrc-75bce9e877e3277616b1b35b2c2b372133d2a8d3.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/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 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 |