mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Persistent connections with mysqli missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282777 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
46c9c571f9
commit
684d056095
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
|
||||
<para>
|
||||
|
@ -1478,6 +1478,13 @@
|
|||
Now supports sending user supplied HTTP headers.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="book.mysqli">MySQLi</link>
|
||||
Now supports persistent connections, by prepending the hostname with
|
||||
<literal>"p:"</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue