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
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: g dot sokol99 at g-sokol dot info
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 21 18:01:29 2024 UTC