[PHP-DEV] Bug #12499: error in name of function mcrypt_module_get_algo_supported_key_sizes From: francis <email protected>
Date: 07/31/01

From: francis <email protected>
Operating system: linux
PHP version: 4.0.6
PHP Bug Type: Documentation problem
Bug description: error in name of function mcrypt_module_get_algo_supported_key_sizes

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

-- 
Edit bug report at: http://bugs.php.net/?id=12499&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>