Re: [PHP-WIN] Problem with crypt()

2001-06-30 Thread Lublovary Noel
hello, crypt() is currently only supported by UNIX like OS there are possibilities to run crypt using a perl int. or using this lib http://www.penguin.cz/~martinmv/libcrypt-win32.tar.bz2 I never tried it out but some people says that it works fine check the manual for setup -- ""Alexandre Me

[PHP-WIN] Problem with crypt()

2001-06-29 Thread Alexandre Meslin
Hi, I'm using PHP version 4.0.7-dev from www.php4win.de and when I try to use crypt() function I receive this error message: Warning: crypt() is not supported in this PHP build in D:\Meus documentos\CURSOS\Programacao de Computadores\WebII\PHP\Exemplos_PHP\crypt.php on line 10 Do you know ho