php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64806 open_ssl_get_publickey() Version Incorrect
Submitted: 2013-05-09 20:24 UTC Modified: 2013-05-16 19:35 UTC
From: rlerne at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2013-05-09 20:24 UTC] rlerne at gmail dot com
Description:
------------
This page:

http://us1.php.net/manual/en/function.openssl-get-publickey.php

Shows Version: (PHP 4 >= 4.0.4, PHP 5)

It is an alias of this function:

http://us1.php.net/manual/en/function.openssl-pkey-get-public.php

Which shows version: (PHP 4 >= 4.2.0, PHP 5)

Former should be updated to show: (PHP 4 >= 4.2.0, PHP 5)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-05-16 19:35 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 [2013-05-16 19:35 UTC] aharvey@php.net
This is correct: the aliases were added when OpenSSL key functions were renamed in 4.2.0, but the original functions were added to PHP 4.0.4.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 02:01:29 2024 UTC