Date: 09/07/01
- Next message: Phil Driscoll: "[PHP-DEV] Re: [PHP-QA] RC2"
- Previous message: Andy Woolley: "[PHP-DEV] [PHP-QA] RC2 - Mac OSX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 12791
Updated by: derick
Reported By: alberty <email protected>
Old Status: Analyzed
Status: Closed
Bug Type: mcrypt related
Operating System: i686-pc-linux-gnu
PHP Version: 4.0CVS-2001-08-16
New Comment:
The "<b>Warning</b>: Unknown list entry type in request shutdown (0) in" bug has been fixed in CVS.
The segfault is a bug in libmcrypt, and has been reported to the author.
Derick
Previous Comments:
------------------------------------------------------------------------
[2001-08-16 09:13:36] derick <email protected>
I suppose this has something to do with the latest fixed to the ZTS mode of the module.
However, I've no time to check this out myself at the moment.
------------------------------------------------------------------------
[2001-08-16 09:00:45] alberty <email protected>
Hi all,
mcrypt doesnt work in 4.0.7 with the following code:
the following code produce a
<b>Warning</b>: Unknown list entry type in request shutdown (0) in
---<PHP>---
function cipherx_stream(){
$td = <email protected> (MCRYPT_ARCFOUR , "", MCRYPT_MODE_STREAM, "");
}
$xyz=cipherx_stream();
---</PHP>---
if you use this, PHP crashes:
---<PHP>---
function cipherx_stream(){
$td = <email protected> (MCRYPT_ARCFOUR , "", MCRYPT_MODE_STREAM, "");
if ($td) mcrypt_generic_end ($td);
}
$xyz=cipherx_stream();
---</PHP>---
PHP 4.0.6 work fine with the first code, but it crashes also
with the second :-(
Regards,
-- Steve------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=12791&edit=1
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Phil Driscoll: "[PHP-DEV] Re: [PHP-QA] RC2"
- Previous message: Andy Woolley: "[PHP-DEV] [PHP-QA] RC2 - Mac OSX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

