Page 1 of 1

Php config

Posted: Wed Mar 28, 2007 7:29 am
by user___
Hi guys,
I have a scipt which uses mhash on a Web Server but I do not know how to enable mhash library runtime. I do not have any rights to edit php.ini file.

Any kind if suggestions are highy appreciated.

Re: Php config

Posted: Wed Mar 28, 2007 8:12 am
by volka
user___ wrote:I do not have any rights to edit php.ini file.
Unless mhash is already loaded or built-in or dl() can be used there's not much you can do about it.

Reply

Posted: Wed Mar 28, 2007 8:16 am
by user___
Thank you, volka.