]> git.mxchange.org Git - friendica.git/commitdiff
Update Install.md
authorSeth <sa@sysfu.com>
Sun, 30 Mar 2014 22:36:55 +0000 (15:36 -0700)
committerSeth <sa@sysfu.com>
Sun, 30 Mar 2014 22:36:55 +0000 (15:36 -0700)
Added PHP hash extension as a requirement.

doc/Install.md

index 7f9330752e04faa1496c0d4e314cbeafac7b732d..4ef1e40e538d1c0a6b4c80ce55551ccf01cfc209 100644 (file)
@@ -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)