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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 31 20:00:02 2025 UTC