• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to enable Hash? (--enable hash)

B

Bundes

Guest
Good day people :)
Can you help us and say how to change Starting PHP Commands in Plesk beause we want add --enable hash and dont know how to do it propertly. THX!
 
Originally posted by Bundes we want add --enable hash and dont know how to do it propertly.[/B]
Are you re-compiling Php with hash module from source? Run this command at the prompt first, assuming your OS is FC, or CentOS or RHE:
php -i | grep ./configure
If yes, just use this switch:
--with-mhash
 
Back
Top