Re: [PHP-DEV] PHP 4.0 Bug #9808 Updated: crypt function not supported

2001-03-18 Thread Stig Venaas

On Sat, Mar 17, 2001 at 04:20:47PM -, [EMAIL PROTECTED] wrote:
 ID: 9808
 User Update by: [EMAIL PROTECTED]
 Status: Open
 Bug Type: Feature/Change Request
 Description: crypt function not supported
 
 what other option to crypt function 
 that would be compactable with windows system.

If you use PHP with the OpenSSL extension you get crypt() with the
OpenSSL library.

Stig

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] PHP 4.0 Bug #9808 Updated: crypt function not supported

2001-03-17 Thread Daniel Beulshausen

At 16:14 17.03.2001 +, [EMAIL PROTECTED] wrote:
ID: 9808
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Strings related
Bug Type: Feature/Change Request
Assigned To:
Comments:

 From the manual:

crypt() will return an encrypted string using the standard Unix DES
encryption method.

It only works on Unix, so moving to a feature request

the offical binarys should be compiled with crypt() as well. atleast i 
think i've done it in every release, maybe i missed it in pl1...
you'll just need to define HAVE_CRYPT  HAVE_CRYPT_H. i've put up an 
libcrypt port at www.php4win.de

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]