• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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