diff options
author | pav <pav@FreeBSD.org> | 2006-03-20 06:19:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-20 06:19:08 +0800 |
commit | 7c5dacd62c2d139413a18ac35f6005818fbf30d5 (patch) | |
tree | afd6fc7880e24ec60910ccb8b9ade51a605456d9 /lang | |
parent | eb4d1221135d2e20f3540ec3e412f8d86b88d508 (diff) | |
download | freebsd-ports-gnome-7c5dacd62c2d139413a18ac35f6005818fbf30d5.tar.gz freebsd-ports-gnome-7c5dacd62c2d139413a18ac35f6005818fbf30d5.tar.zst freebsd-ports-gnome-7c5dacd62c2d139413a18ac35f6005818fbf30d5.zip |
- hash is now default extension in php 5.1.2
PR: ports/94705
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5-extensions/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index c46d8376ea68..72aab611073f 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -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 \ |