php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #73760 openssl_open has 6 parameters and only 5 are mentioned
Submitted: 2016-12-16 15:34 UTC Modified: 2017-11-03 20:07 UTC
From: g dot sokol99 at g-sokol dot info Assigned: mjones (profile)
Status: Closed Package: OpenSSL related
PHP Version: 7.1.0 OS: Any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
25 - 9 = ?
Subscribe to this entry?

 
 [2016-12-16 15:34 UTC] g dot sokol99 at g-sokol dot info
Description:
------------
According to https://github.com/php/php-src/blob/php-7.1.0/ext/openssl/openssl.c#L5914 function openssl_open have 6 parameters, but only 5 are mentioned in the documentation. Nothing is told about the last optional parameter IV.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-16 16:21 UTC] cmb@php.net
-Status: Open +Status: Analyzed -Package: Documentation problem +Package: OpenSSL related
 [2016-12-16 16:21 UTC] cmb@php.net
Indeed, the $iv parameter has been introduced with commit
e235cb65[1] to implement feature request #70438. It is available
as of PHP 7.0.0.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=e235cb65>
 [2016-12-25 18:53 UTC] anthon dot pang at gmail dot com
It looks like the new parameters have been added on edit.php.net.
 [2017-10-28 20:31 UTC] fabien dot villepinte at gmail dot com
The documentation has been fixed with https://bugs.php.net/bug.php?id=75447
 [2017-11-03 20:07 UTC] mjones@php.net
-Status: Analyzed +Status: Closed -Assigned To: +Assigned To: mjones
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 07:01:32 2024 UTC