Added two new options.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271350 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2008-12-16 14:21:22 +00:00
parent a8fa11b7a0
commit 2a6a145bcb

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<section xml:id="mysqli.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@ -16,6 +16,18 @@
</row>
</thead>
<tbody>
<row>
<entry>mysqli.allow_persistent</entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.3.0.</entry>
</row>
<row>
<entry>mysqli.max_persistent</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.3.0.</entry>
</row>
<row>
<entry>mysqli.max_links</entry>
<entry>"-1"</entry>