On Tue 05 Mar 2002 (14:39 -0300), Keyser Soze wrote:
> with my module you can use any crypt method you want, just need to make a
> shared library with the name libmycrypt.so (in linux, didnīt make the
> windows port yet)
> 
> with the functions (char *)crypt(char *) and (char *) decrypt(char *)
> 
> so it can be customized with some limitations

I think using a name other than 'crypt' would be advisable - maybe
php_crypt or something. Otherwise you have a namespace clash with the
usual crypt, which may cause all sorts of grief.

-- 
Jim Segrave           [EMAIL PROTECTED]

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to