reference/mysqlnd/overview.xml
a714378ed87cdbdbde3b10ded183e8df7b243cb4
...
...
@@ -83,7 +83,6 @@
83
83
<listitem>
84
84
<para>
85
85
Performance statistics calls:
86
-
<function>mysqli_get_cache_stats</function>,
87
86
<function>mysqli_get_client_stats</function>,
88
87
<function>mysqli_get_connection_stats</function>
89
88
</para>
...
...
@@ -101,16 +100,14 @@
101
100
<emphasis role="bold">SSL Support</emphasis>
102
101
</para>
103
102
<para>
104
-
MySQL Native Driver has supported SSL since PHP version 5.3.3
103
+
MySQL Native Driver supports SSL.
105
104
</para>
106
105
<para>
107
106
<emphasis role="bold">Compressed Protocol Support</emphasis>
108
107
</para>
109
108
<para>
110
-
As of PHP 5.3.2 MySQL Native Driver supports the compressed client
111
-
server protocol. MySQL Native Driver did not support this in 5.3.0 and
112
-
5.3.1. Extensions such as <literal>ext/mysql</literal>,
113
-
<literal>ext/mysqli</literal>, that are configured to use MySQL Native Driver,
109
+
MySQL Native Driver supports the compressed client
110
+
server protocol. Extension <literal>ext/mysqli</literal>, if configured to use MySQL Native Driver,
114
111
can also take advantage of this feature. Note that <literal>PDO_MYSQL</literal>
115
112
does <emphasis>NOT</emphasis> support compression when used together with mysqlnd.
116
113
</para>
...
...
@@ -118,7 +115,7 @@
118
115
<emphasis role="bold">Named Pipes Support</emphasis>
119
116
</para>
120
117
<para>
121
-
Named pipes support for Windows was added in PHP version 5.4.0.
118
+
Named pipes can be used to connect on Windows environments.
122
119
</para>
123
120
</chapter>
124
121
<!-- Keep this comment at the end of the file
125
122