mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a8fa11b7a0
commit
2a6a145bcb
1 changed files with 13 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue