From:             ronan at ronanmcnulty dot co dot uk
Operating system: winxp
PHP version:      4.3.4
PHP Bug Type:     mcrypt related
Bug description:  mycrypt now crashes apache

Description:
------------
When I use the example:
mcrypt_ecb (MCRYPT_3DES, $key, $input, MCRYPT_ENCRYPT);

Apache crashes:

szAppName : Apache.exe     szAppVer : 0.0.0.0     szModName :
libmcrypt.dll
szModVer : 0.0.0.0     offset : 00022685     

Reproduce code:
---------------
mcrypt_ecb (MCRYPT_3DES, $key, $input, MCRYPT_ENCRYPT);

Expected result:
----------------
I expect apache NOT to crash!

Actual result:
--------------
Apache actually crashes

-- 
Edit bug report at http://bugs.php.net/?id=27009&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27009&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27009&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27009&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27009&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27009&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27009&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27009&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27009&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27009&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27009&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27009&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27009&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27009&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27009&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27009&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27009&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27009&r=float

Reply via email to