From 141c46bfcb30b19d85f91f2b8098fa7a72868cb9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 19 Mar 2006 22:19:08 +0000 Subject: [PATCH] - hash is now default extension in php 5.1.2 PR: ports/94705 Submitted by: Alexander Zhuravlev --- lang/php5-extensions/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \