Forum Moderators: coopster

Message Too Old, No Replies

Installing an extesnion correctly

I am having a problem installing php_mhash.dll

         

kevin_m

3:12 pm on Feb 18, 2004 (gmt 0)

10+ Year Member



I need to install the php_mhash.dll extension to use with Authroize.net on my windows 2000 server. I edited the php.ini file by adding the correct directory and removing the ; before php_mhash.dll. I then copied the libmhash.dll file that is needed to the C:\Winnt\system32\ folder.

I ran the test scripts and all worked well. However after I run the script it seems to freeze up other php files on the server. I try to go to a another php page and it doesn't load. I removed these 2 files and put back the php.ini to the way it was before and everything goes back to normal.

Do I need to register the libmhash.dll in the command prompt or fix some configuration in windows to stop it from freezing my php files. I have never set one of these extensions up before.

ergophobe

4:54 pm on Feb 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I usually just leave the dll where it is and set the extension path appropriately, but that should not change anything. Usually if PHP finds the extension, it works just fine.

I don't know about mhash, though.