php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33686 No mention of return value of mcrypt_generic() upon failure in documentation.
Submitted: 2005-07-13 23:24 UTC Modified: 2005-07-14 09:41 UTC
From: vic at shellsage dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Gentoo Linux
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: vic at shellsage dot com
New email:
PHP Version: OS:

 

 [2005-07-13 23:24 UTC] vic at shellsage dot com
Description:
------------
http://us3.php.net/manual/en/function.mcrypt-generic.php
There is no mention of what is returned by mcrypt_generic() if the function failed to encrypt the given data. Can it even fail? Same thing for mdecrypt_generic().


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-14 09:41 UTC] vrana@php.net
These functions couldn't fail (with the exception of wrong parameters count which is handled the standard way.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 00:01:34 2024 UTC