[PHP-DEV] PHP 4.0 Bug #6140 Updated: mcrypt_cbc() not functioning in Windows From: Bug Database (php-dev <email protected>)
Date: 09/08/00

ID: 6140
Updated by: derick
Reported By: vendor <email protected>
Status: Feedback
Bug Type: mcrypt related
Assigned To:
Comments:

Did you resolve this problem already?

Previous Comments:
---------------------------------------------------------------------------

[2000-09-02 06:35:59] derick <email protected>
It ain't supsended of course...

---------------------------------------------------------------------------

[2000-09-02 06:35:04] derick <email protected>
What does phpinfo()l show about the mcrypt extension?

---------------------------------------------------------------------------

[2000-08-13 18:59:28] vendor <email protected>
Windows binaries for 4.0.1pl2 does not run mcrypt_* functions. I have been able to get Apache on Linux 2.2 working using the --mcrypt at compile time.

Do the current binaries have mcrypt compiled in them or do I need to compile my own version?

SCRIPT:
$test = mcrypt_cbc(BLOWFISH-448, "1234", "Hello", MCRYPT_ENCRYPT);

ERROR:
Fatal error: Call to undefined function: mcrypt_cbc() in D:<my document folder>index.php4 on line 1

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6140

-- 
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>