php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17789 Dual algorithms in phpinfo()
Submitted: 2002-06-16 13:48 UTC Modified: 2002-06-16 14:22 UTC
From: msopacua at idg dot nl Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0CVS-2002-06-16 OS: BSD/OS 4.2
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: msopacua at idg dot nl
New email:
PHP Version: OS:

 

 [2002-06-16 13:48 UTC] msopacua at idg dot nl
Don't really if it's a bug, or a result of the config.

I compiled libmcrypt 2.5.2 using the --with-included-algos flag, and without disabling dynamic loading, so I can add other algos (like idea).

This creates a libmcrypt with the provided algos statically linked into it and also the shared modules of these algos.

The result is that phpinfo() lists these twice:
Supported ciphers:
arcfour arcfour blowfish-compat blowfish-compat blowfish blowfish etc..

Also - minor: the version reported is 2.4.x not 2.5.x

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 14:22 UTC] derick@php.net
1. I fixed the version thing in phpinfo()
2. The double listing of algorithms is a libmcrypt thing, I simply call "mcrypt_list_algorithms" to obtain the list. So this is not really a bug :)

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 11:01:33 2024 UTC