com doc/fr: Apply commit 93577455fee1d0ab9d76350f500670b37216a66f: reference/mysqli/mysqli/init.xml

[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:11 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    5bb40afef09d444981a51dabc0d9215aa75daf77
Author:    George Peter Banyard <[email protected]>         Wed, 24 Feb 2021 14:35:31 +0000
Parents:   a5530c035107283056387712958f71f26c4d86c1
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=5bb40afef09d444981a51dabc0d9215aa75daf77

Log:
Apply commit 93577455fee1d0ab9d76350f500670b37216a66f

Fix #80767: not just options(), but also ssl_set() can be called before real_connect()

Bugs:
https://bugs.php.net/80767

Changed paths:
  M  reference/mysqli/mysqli/init.xml


Diff:
diff --git a/reference/mysqli/mysqli/init.xml b/reference/mysqli/mysqli/init.xml
index 1b813078d1..1d14e0ee6d 100644
--- a/reference/mysqli/mysqli/init.xml
+++ b/reference/mysqli/mysqli/init.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: cea4f10f29c1e2ede3e5f42d0843195c17059362 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 93577455fee1d0ab9d76350f500670b37216a66f Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
 
 <refentry xml:id="mysqli.init" xmlns="http://docbook.org/ns/docbook">
@@ -28,8 +28,9 @@
   </para>
   <note>
    <para>
-    Tous les appels suivants à n'importe quelle fonction MySQLi (exceptée 
-    <function>mysqli_options</function>) échoueront en attendant que la fonction
+    Tous les appels suivants à n'importe quelle fonction MySQLi (exceptée de
+    <function>mysqli_options</function> et <function>mysqli_ssl_set</function>)
+    échoueront en attendant que la fonction
     <function>mysqli_real_connect</function> soit appelée.
    </para>
   </note>