For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > April 2007 > how to install PHP with crypt() functionality in Windows XP?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author how to install PHP with crypt() functionality in Windows XP?
Paul

2007-04-03, 7:59 am

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.


pacal

2007-04-03, 7:02 pm

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

2007-04-03, 7:02 pm

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
-Lost

2007-04-03, 7:02 pm

"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


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com