diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 22:19:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 22:19:08 +0000 |
commit | 141c46bfcb30b19d85f91f2b8098fa7a72868cb9 (patch) | |
tree | 253b856f8623d2e8667886c230b84d7b451616f2 | |
parent | - hash can now be installed on php4 (diff) |
- hash is now default extension in php 5.1.2
PR: ports/94705
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Notes
Notes:
svn path=/head/; revision=157688
-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 \ |