- hash is now default extension in php 5.1.2

PR:		ports/94705
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
This commit is contained in:
Pav Lucistnik 2006-03-19 22:19:08 +00:00
parent 5d4445e614
commit 141c46bfcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157688

View File

@ -24,6 +24,7 @@ NO_BUILD= yes
WITH_CTYPE= yes
WITH_DOM= yes
WITH_HASH= yes
WITH_ICONV= yes
WITH_PCRE= yes
WITH_PDO= yes
@ -52,6 +53,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \
GD "GD library support" off \
GETTEXT "gettext library support" off \
GMP "GNU MP support" off \
HASH "HASH Message Digest Framework" on \
ICONV "iconv support" on \
IMAGICK "ImageMagick support" off \
IMAP "IMAP support" off \