php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #67073 Doc misspelling
Submitted: 2014-04-14 11:42 UTC Modified: 2014-04-15 23:48 UTC
From: pviquez at pabloviquez dot com Assigned: dm (profile)
Status: Closed Package: Doc Build problem
PHP Version: 5.6.0beta1 OS:
Private report: No CVE-ID: None
 [2014-04-14 11:42 UTC] pviquez at pabloviquez dot com
Description:
------------
---
From manual page: http://www.php.net/migration56.openssl
---

In the "OpenSSL changes in PHP 5.6." chapter, there are a couple of misspellings in the code:

1. Section: SPKI support, explanation of openssl_spki_new

$spkac = openssl_spki_new($pkey, 'challenge sring');

"sring" should be "string"


2. Section: SPKI support, explanation of openssl_spki_verify
$spkac = openssl_spki_new($pkey, 'challenge sring');

"sring" should be "string"

3. openssl_spki_export_challenge
$spkac = openssl_spki_new($pkey, 'challenge sring');
"sring" should be "string"


4. openssl_spki_export
$spkac = openssl_spki_new($pkey, 'challenge sring');
"sring" should be "string"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-15 23:48 UTC] dm@php.net
Automatic comment from SVN on behalf of dm
Revision: http://svn.php.net/viewvc/?view=revision&revision=333354
Log: Doc Bug #67073	s/sring/string
 [2014-04-15 23:48 UTC] dm@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: dm
 [2014-04-15 23:48 UTC] dm@php.net
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC