| Author |
how to install PHP with crypt() functionality in Windows XP?
|
|
|
| I am testing an existing app from a linux box that uses crypt() and I need
to test it.
How do you install PHP with crypt() functionality on Windows XP? Yes, I have
googled and I can't find anything.
Thanks for any help.
| |
|
| Paul wrote:
> I am testing an existing app from a linux box that uses crypt() and I need
> to test it.
>
> How do you install PHP with crypt() functionality on Windows XP? Yes, I have
> googled and I can't find anything.
>
> Thanks for any help.
>
>
$crypt_Password = crypt("$password")
or search for crypt in the function list on www.php.net
pacal
| |
|
| pacal wrote:
> Paul wrote:
>
> $crypt_Password = crypt("$password")
> or search for crypt in the function list on www.php.net
>
> pacal
cancel this
to rapid reading
isn't crypt in the standard install ????
pacal
| |
|
| "Paul" <lof@invalid.com> wrote in message
news:GBrQh.28610$nV1.21777@bignews6.bellsouth.net...
>I am testing an existing app from a linux box that uses crypt() and I need to test it.
>
> How do you install PHP with crypt() functionality on Windows XP? Yes, I have googled and
> I can't find anything.
>
> Thanks for any help.
Um... did you try running the script before posting?
Nothing is required to use crypt. Perhaps you meant mcrypt?
-Lost
|
|
|
|