reference/mysqli/persistconns.xml
a714378ed87cdbdbde3b10ded183e8df7b243cb4
...
...
@@ -5,9 +5,7 @@
5
5
<title>The mysqli Extension and Persistent Connections</title>
6
6

7
7
<para>
8
-
Persistent connection support was introduced in PHP 5.3 for the
9
-
<literal>mysqli</literal> extension. Support was already present in
10
-
PDO MYSQL and ext/mysql. The idea behind persistent connections is
8
+
The idea behind persistent connections is
11
9
that a connection between a client process and a database can be
12
10
reused by a client process, rather than being created and destroyed
13
11
multiple times. This reduces the overhead of creating fresh
14
12