mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Do not use _ in ids
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d1ace9df1c
commit
08d27bbf2f
2 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="image.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry id="ini.exif.encode_unicode">
|
||||
<varlistentry id="ini.exif.encode-unicode">
|
||||
<term>
|
||||
<parameter>exif.encode_unicode</parameter>
|
||||
<type>string</type>
|
||||
|
@ -80,7 +80,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.exif.decode_unicode_motorola">
|
||||
<varlistentry id="ini.exif.decode-unicode-motorola">
|
||||
<term>
|
||||
<parameter>exif.decode_unicode_motorola</parameter>
|
||||
<type>string</type>
|
||||
|
@ -95,7 +95,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.exif.decode_unicode_intel">
|
||||
<varlistentry id="ini.exif.decode-unicode-intel">
|
||||
<term>
|
||||
<parameter>exif.decode_unicode_intel</parameter>
|
||||
<type>string</type>
|
||||
|
@ -110,7 +110,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.exif.encode_jis">
|
||||
<varlistentry id="ini.exif.encode-jis">
|
||||
<term>
|
||||
<parameter>exif.encode_jis</parameter>
|
||||
<type>string</type>
|
||||
|
@ -125,7 +125,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.exif.decode_jis_motorola">
|
||||
<varlistentry id="ini.exif.decode-jis-motorola">
|
||||
<term>
|
||||
<parameter>exif.decode_jis_motorola</parameter>
|
||||
<type>string</type>
|
||||
|
@ -140,7 +140,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.exif.decode_jis_intel">
|
||||
<varlistentry id="ini.exif.decode-jis-intel">
|
||||
<term>
|
||||
<parameter>exif.decode_jis_intel</parameter>
|
||||
<type>string</type>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="soap.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry id="ini.soap.wsdl_cache_enabled">
|
||||
<varlistentry id="ini.soap.wsdl-cache-enabled">
|
||||
<term>
|
||||
<parameter>soap.wsdl_cache_enabled</parameter>
|
||||
<type>boolean</type>
|
||||
|
@ -52,7 +52,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.soap.wsdl_cache_dir">
|
||||
<varlistentry id="ini.soap.wsdl-cache-dir">
|
||||
<term>
|
||||
<parameter>soap.wsdl_cache_dir</parameter>
|
||||
<type>string</type>
|
||||
|
@ -63,7 +63,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.soap.wsdl_cache_ttl">
|
||||
<varlistentry id="ini.soap.wsdl-cache-ttl">
|
||||
<term>
|
||||
<parameter>soap.wsdl_cache_ttl</parameter>
|
||||
<type>int</type>
|
||||
|
|
Loading…
Reference in a new issue