Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Hosting Requirements /

What you need to consider when choosing a hosting provider and plan.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

The PHP Hash Module Requirement


Go to End


2 Posts   3896 Views

Avatar
admintiger

Community Member, 3 Posts

13 October 2009 at 5:58am

Edited: 13/10/2009 5:59am

I am about to install SilverStripe on a Windows 2000 server that already has Apache 2.2.14, PHP 5.2.11, and MySQL 5.0.51a installed and running. The installation instructions say the gd2, mysql, hash, and mbstring PHP modules must be loaded. Is it necessary to have the php_mhash.dll extension loaded or is it only necessary to have an MD5 or SHA-1 hash function selected?

Thanks ...

Avatar
youngmug

Community Member, 19 Posts

30 October 2009 at 4:10pm

Hash isn't the same as mhash (which was removed in 5.3.0). Hash is part of the PHP core, so you should have it already. Build a quick phpinfo page and check for a section with "hash" as the header.