OK i tried to use the function of the win api
i tried the com, and guess it wont work :(

But i get the following error, now, apache only works as a multi threaded
webserver doesn't it?


Fatal error: dl() is not supported in multithreaded Web servers - use
extension statements in your php.ini in c:\servers\root\php_nuke\md5.php on
line 7

===================

"Brian 'Bex' Huff" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> If you have made a COM object, you can use the COM PHP functions,
> documented here:
>
> http://www.php.net/manual/en/ref.com.php
>
> If you just have a normal, cheezy DLL, you'll have to use the somewhat
> less tested, and possibly less stable, Win32API extension:
>
> http://www.php.net/manual/en/ref.w32api.php
>
> Lots of handy tips are at the bottom of these pages in the comments
> sections...
>
> --
>
> Brian 'Bex' Huff
> [EMAIL PROTECTED]
> Phone: 952-903-2023
> Fax: 952-829-5424
>
>
> > hey ya,
> >
> > I have made a new dll "prjMD5.dll" in visual basic's, so i can use the
same
> > MD 5 hash for my website, and my chat server passwords.
> >
> > anyhow.
> >
> > Now i have my new DLL
> >
> > How do i load the function in my dll?
> >
> > My function's Name is "MD5Encrypt"
> >
> > and only has 1 value: "password"
> >
> > ie: $hased = md5encrypt($password);
> >
> > but i dont know how to load the dll..
> > ne 1 wish to help me with this please?
> >
> > Thanks
> > My email address is
> > w_pearsall[at]yahoo.co.uk
>
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to