add draft pages of zookeeper

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340907 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Timandes White 2016-11-07 15:35:58 +00:00
parent d07914dccd
commit 01d146a7f9
3 changed files with 227 additions and 0 deletions

View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 295472 $ -->
<book xml:id="book.zookeeper" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Zookeeper</title>
<titleabbrev>Zookeeper</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.zookeeper">
&reftitle.intro;
<para>
This extension uses libzookeeper library to provide API for communicating with ZooKeeper service.
</para>
<para>
ZooKeeper is an Apache project that enables centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
</para>
</preface>
<!-- }}} -->
&reference.zookeeper.setup;
&reference.zookeeper.constants;
&reference.zookeeper.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

114
reference/zookeeper/ini.xml Normal file
View file

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 295472 $ -->
<section xml:id="zookeeper.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>Zookeeper &ConfigureOptions;</title>
<tgroup cols="4">
<thead>
<row>
<entry>&Name;</entry>
<entry>&Default;</entry>
<entry>&Changeable;</entry>
<entry>Changelog</entry>
</row>
</thead>
<tbody>
<row>
<entry><link linkend="ini.zookeeper.recv_timeout">zookeeper.recv_timeout</link></entry>
<entry>10000</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.zookeeper.session_lock">zookeeper.session_lock</link></entry>
<entry>1</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.zookeeper.sess_lock_wait">zookeeper.sess_lock_wait</link></entry>
<entry>150000</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry xml:id="ini.zookeeper.recv_timeout">
<term>
<parameter>zookeeper.recv_timeout</parameter>
<type>integer</type>
</term>
<listitem>
<para>
TODO:
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.zookeeper.session_lock">
<term>
<parameter>zookeeper.session_lock</parameter>
<type>integer</type>
</term>
<listitem>
<para>
TODO:
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.zookeeper.sess_lock_wait">
<term>
<parameter>zookeeper.sess_lock_wait</parameter>
<type>integer</type>
</term>
<listitem>
<para>
TODO:
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 295472 $ -->
<chapter xml:id="zookeeper.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="zookeeper.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="zookeeper.installation">
&reftitle.install;
<para>
&pecl.moved;
</para>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;zookeeper">&url.pecl.package;zookeeper</link>.
</para>
<para>
&pecl.windows.download;
</para>
</section>
<!-- or &reference.zookeeper.entities.configure; -->
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="zookeeper.configuration">
&reference.zookeeper.ini;
</section>
<!-- or &reference.zookeeper.entities.ini; -->
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="zookeeper.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->