Php config

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Php config

Post 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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Re: Php config

Post 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.
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

Thank you, volka.
Post Reply