php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12499 error in name of function mcrypt_module_get_algo_supported_key_sizes
Submitted: 2001-07-31 22:41 UTC Modified: 2001-08-01 04:11 UTC
From: francis at vulcanonet dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: francis at vulcanonet dot com
New email:
PHP Version: OS:

 

 [2001-07-31 22:41 UTC] francis at vulcanonet dot com
In the page of the manual: 
function.mcrypt-module-get-algo-supported-key-sizes.html

in the title appears:
"mcrypt_module_get_algo_supported_key_sizes"

and in the other hand, just below of "Description" appears:
array mcrypt_module_enc_get_algo_supported_key_sizes (string
algorithm [, string lib_dir])

and it should be
array mcrypt_module_get_algo_supported_key_sizes (string
algorithm [, string lib_dir])

Thanks.
Francis. V. Romera

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-01 04:11 UTC] goba@php.net
Corrected. It will show up tomorow.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 23 23:00:02 2026 UTC