ID: 9241
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Assigned
Bug Type: mcrypt related
Assigned To: derick
Comments:
Can you post the script too that caused this backtrace?
Previous Comments:
---------------------------------------------------------------------------
[2001-02-13 13:41:23] [EMAIL PROTECTED]
Well, it seems that I need a full day now to fix all the bugs in mcrypt :)
---------------------------------------------------------------------------
[2001-02-13 12:02:08] [EMAIL PROTECTED]
The following script cause a core dump, but only with "blowfish":
<?
$td = mcrypt_module_open ("blowfish", "", "ecb", "");
mcrypt_generic_init ($td, 'secret key', "
--
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]