php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #70827 remove warning from docs about openssl_csr_get_public_key(); function
Submitted: 2015-10-31 20:00 UTC Modified: 2015-12-18 20:20 UTC
From: marcosptf at yahoo dot com dot br Assigned: tpunt (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: anyone
Private report: No CVE-ID: None
 [2015-10-31 20:00 UTC] marcosptf at yahoo dot com dot br
Description:
------------
Hi to everyone!

i would like to suggest, remove the warning from php docs about this function:
openssl_csr_get_public_key();
http://php.net/manual/en/function.openssl-csr-get-public-key.php

it's because i wrote a test to this function, and work so fine:
https://github.com/php/php-src/pull/1598

And i did it, based on this docs




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-18 20:20 UTC] tpunt@php.net
The warning is in regards to the function not being documented yet (a description of what it does and what each of its parameters are for, examples demonstrating its usage, etc). It does not reflect whether the function works or not.

Feel free to have a go at documenting it via edit.php.net, though :)
 [2015-12-18 20:20 UTC] tpunt@php.net
-Assigned To: +Assigned To: tpunt
 [2015-12-18 20:20 UTC] tpunt@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 04:01:32 2024 UTC