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