sorry...the correct name is my_crypt and my_decrypt

----- Original Message -----
From: "Jim Segrave" <[EMAIL PROTECTED]>
To: "Keyser Soze" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, March 05, 2002 2:44 PM
Subject: Re: [PHP-DEV] New Module


> 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