mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343628 c90b9560-bf6c-de11-be94-00142212c4b1
86 lines
2 KiB
XML
86 lines
2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<section xml:id="swoole.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.runtime;
|
|
&extension.runtime;
|
|
|
|
<!-- If the extension doesn't define any ini options, use this entity -->
|
|
<!-- &no.config; -->
|
|
<para>
|
|
<table>
|
|
<title>Swoole &ConfigureOptions;</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>&Name;</entry>
|
|
<entry>&Default;</entry>
|
|
<entry>&Changeable;</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>swoole.aio_thread_num</entry>
|
|
<entry>2</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>thread number of AIO</entry>
|
|
</row>
|
|
<row>
|
|
<entry>swoole.display_errors</entry>
|
|
<entry>itsvalue</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Whether display errors from swoole framework</entry>
|
|
</row>
|
|
<row>
|
|
<entry>swoole.use_namespace</entry>
|
|
<entry>0</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Whether use namespace style programming</entry>
|
|
</row>
|
|
<row>
|
|
<entry>swoole.use_namespace</entry>
|
|
<entry>itsvalue</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Whether use namespace </entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
|
|
&ini.php.constants;
|
|
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
|
|
<varlistentry xml:id="ini.extname.theini-option">
|
|
<term>
|
|
<parameter>theini_option</parameter>
|
|
<type>thetype</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Fill in the description of theini-option.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.extname.anotherini-option">
|
|
<term>
|
|
<parameter>anotherini_option</parameter>
|
|
<type>thetype</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Fill in the description of anotherini-option.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
</section>
|