mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added clean_outout ini option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149064 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78820e5079
commit
ca1fca9572
2 changed files with 18 additions and 22 deletions
|
@ -1,17 +1,18 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="tidy.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>tidy Configuration Options</title>
|
||||
<tgroup cols="3">
|
||||
<title>Tidy Configuration Options</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
<entry>Function</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -19,6 +20,13 @@
|
|||
<entry>tidy.default_config</entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>default path for tidy config file</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>tidy.clean_output</entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>turns on/off the output repairing by Tidy</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
@ -26,24 +34,12 @@
|
|||
For further details and definition of the PHP_INI_* constants see
|
||||
<function>ini_set</function>.
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry id="ini.tidy.default_config">
|
||||
<term>
|
||||
<parameter>tidy.default_config</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Default path for tidy config file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<warning>
|
||||
<para>
|
||||
Do not turn ON <literal>tidy.clean_output</literal> if you are generating
|
||||
non-html content such as dynamic images.
|
||||
</para>
|
||||
</warning>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<reference id="ref.tidy">
|
||||
<title>tidy Functions</title>
|
||||
<title>Tidy Functions</title>
|
||||
<titleabbrev>tidy</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
|
Loading…
Reference in a new issue