From eb044671ce4259b1cf51e5d7ef1c14ac579da270 Mon Sep 17 00:00:00 2001
From: Seth <sa@sysfu.com>
Date: Sun, 30 Mar 2014 15:36:55 -0700
Subject: [PATCH] Update Install.md

Added PHP hash extension as a requirement.
---
 doc/Install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Install.md b/doc/Install.md
index 7f9330752e..4ef1e40e53 100644
--- a/doc/Install.md
+++ b/doc/Install.md
@@ -15,7 +15,7 @@ local .htaccess file
     - PHP  5.2+. The later the better. You'll need 5.3 for encryption of key exchange conversations. On a Windows environment, 5.2+ might not work as the function dns_get_record() is only available with version 5.3.
         - PHP *command line* access with register_argc_argv set to true in the
 php.ini file
-        - curl, gd, mysql, and openssl extensions
+        - curl, gd, mysql, hash and openssl extensions
         - some form of email server or email gateway such that PHP mail() works
         - mcrypt (optional; used for server-to-server message encryption)