php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31171 [DOC] French Error -> openssl
Submitted: 2004-12-18 03:38 UTC Modified: 2004-12-18 10:51 UTC
From: jsgoupil at lookstrike dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2004-12-18 03:38 UTC] jsgoupil at lookstrike dot com
Description:
------------
French Doc :

http://ca3.php.net/manual/fr/function.openssl-csr-new.php

Dans les exemples on peut voir "openssl_csr_export($csr, $csrout) et var_dump($csrout);"
, il ne faut pas traduire le and :)

Expected result:
----------------
Index: openssl-csr-new.xml
===================================================================
RCS file: /repository/phpdoc-fr/reference/openssl/functions/openssl-csr-new.xml,v
retrieving revision 1.8
diff -u -r1.8 openssl-csr-new.xml
--- openssl-csr-new.xml	10 Nov 2004 22:08:35 -0000	1.8
+++ openssl-csr-new.xml	18 Dec 2004 02:36:39 -0000
@@ -155,9 +155,9 @@
 // mais vous pouvez aussi les mettre directement dans des fichiers.
 // Typiquement, vous allez envoyer la CSR ? votre autorit? de certification
 // qui vous ?mettra un "vrai" certificat.
-openssl_csr_export($csr, $csrout) et var_dump($csrout);
-openssl_x509_export($sscert, $certout) et var_dump($certout);
-openssl_pkey_export($privkey, $pkeyout, "mypassword") et var_dump($pkeyout);
+openssl_csr_export($csr, $csrout) and var_dump($csrout);
+openssl_x509_export($sscert, $certout) and var_dump($certout);
+openssl_pkey_export($privkey, $pkeyout, "mypassword") and var_dump($pkeyout);
 
 // Affiche les erreurs qui sont survenues
 while (($e = openssl_error_string()) !== false) {



Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-18 10:51 UTC] yannick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

thanks Jean-S?bastien ;)
 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=660341529cd61b0bc1670283ddc1e1bc293494cd
Log: fix bug #31171
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 19:01:28 2024 UTC