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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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 May 10 07:01:31 2024 UTC