mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix missing <parameter> values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276342 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71eda65b05
commit
f47d008af9
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<section xml:id="mysqli.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -80,7 +80,7 @@
|
|||
<variablelist>
|
||||
<varlistentry xml:id="ini.mysqli.allow-persistent">
|
||||
<term>
|
||||
<parameter>mysqli.</parameter>
|
||||
<parameter>mysqli.allow_persistent</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -92,7 +92,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysqli.max-persistent">
|
||||
<term>
|
||||
<parameter>mysqli.</parameter>
|
||||
<parameter>mysqli.max_persistent</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue