php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6140 mcrypt_cbc() not functioning in Windows
Submitted: 2000-08-13 18:59 UTC Modified: 2000-09-08 14:11 UTC
From: vendor at colonynet dot com Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.1pl2 OS: Windows 2000 AS
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vendor at colonynet dot com
New email:
PHP Version: OS:

 

 [2000-08-13 18:59 UTC] vendor at colonynet dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-02 06:35 UTC] derick@php.net
What does phpinfo()l show about the mcrypt extension?
 [2000-09-02 06:35 UTC] derick@php.net
It ain't supsended of course...
 [2000-09-08 13:57 UTC] derick@php.net
Did you resolve this problem already?
 [2000-09-08 14:11 UTC] derick@php.net
User reported:

Yes, someone responded stating that mcrypt() is not supported in the Win32
binaries of PHP4.

Kawika
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 11:01:30 2024 UTC