Posted by Paul Furman on 02/27/07 22:17
Paul Furman wrote:
> Paul Furman wrote:
>
>> I'm trying to set up a web page for credit card transactions and
>> baffled trying to find a download for mhash functions for my windows
>> apache development server. The real server supports mhash but I can't
>> test it on my localhost system. php.net points me to
>> http://pecl.php.net/packages.php where I don't see it in plain
>> english, googling around it looks like this may be it:
>> http://sourceforge.net/forum/forum.php?forum_id=585348 but it's short
>> on giving me a clue.
>>
>> help! I'm lost...
>
> Downloaded from:
> <http://sourceforge.net/project/downloading.php?group_id=4286&use_mirror=easynews&filename=mhash-0.9.8.1.tar.gz&81187806>
>
> from : http://mhash.sourceforge.net/
> where they say "Note: Win32 DLLs have been removed. Use cygwin to
> compile." http://www.cygwin.com/
> now that looks like some kind of unix/linux emulator... all I want to do
> is add these libraries to my winxp apache server argh. Something like
> just copy them over & add a path to httpd.conf?
Hmm, I did already have some mhash dlls in my php folder:
C:\PHP\libmhash.dll
C:\PHP\extensions\php_mhash.dll
so I uncommented this line in my.ini:
extension=php_mhash.dll
....but restarting the apache service I get an error saying it ccan't
find php_mhash.dll THREE TIMES.
hmmm?
[Back to original message]
|