php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Thank you for your help! If the status of the bug report you submitted changes, you will be notified. You may return here and check the status or update your report at any time.
The URL for your bug report is: https://bugs.php.net/bug.php?id=70827.
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: Thu Apr 25 15:01:30 2024 UTC