From:             jsgoupil at lookstrike dot com
Operating system: 
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  [DOC] French Error -> openssl

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) {



-- 
Edit bug report at http://bugs.php.net/?id=31171&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31171&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31171&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31171&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31171&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31171&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31171&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31171&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31171&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31171&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31171&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31171&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31171&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31171&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31171&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31171&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31171&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31171&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31171&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31171&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31171&r=mysqlcfg

Reply via email to