mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Use consistent INI style (fix #648)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>Changelog</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody xml:id="expect.configuration.list">
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>Changelog</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -2,23 +2,22 @@
|
||||
<!-- $Revision$ -->
|
||||
<section xml:id="wkhtmltox.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title></title>
|
||||
<tgroup cols="5">
|
||||
<title>wkhtmltox &ConfigureOptions;</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Description</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Stage</entry>
|
||||
<entry>Changelog</entry>
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>wkhtmltox.graphics</entry>
|
||||
<entry>allow libwkhtmltox to use graphics</entry>
|
||||
<entry><link linkend="ini.wkhtmltox.graphics">wkhtmltox.graphics</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
|
||||
<entry>>= 0.3.2</entry>
|
||||
@@ -26,6 +25,26 @@
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.wkhtmltox.graphics">
|
||||
<term>
|
||||
<parameter>wkhtmltox.graphics</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allow libwkhtmltox to use graphics.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>Changelog</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user