On Tue, 11 Jun 2002, MikeParton wrote:

> Where in the MySQL docs does it discuss  DES_ENCRYPT/DES_DECRYPT  support?
>
> Alternatively (and I am posting this to the php lists), anyone know where,
> or if, I can get pre-compiled libmcrypt library for php 4.2.1?

http://www.mysql.com/doc/M/i/Miscellaneous_functions.htmlin the middle of
page you cane find documentation about it.


I do not know is there is a ready libray fo PHP but it is technically very
easy to load any .so library into PHP and use it from Linux. So if you
konw library you need then probably you can use them with dlopen() or
whatever this function name was.


   Tonu


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to