Skip to content

Commit 8385f3c

Browse files
committed
Update zmq
1 parent a7fd0ac commit 8385f3c

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

reference/zmq/book.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: 徐骁 Status: ready -->
3+
<!-- State: experimental -->
4+
<!-- EN-Revision: 9a5b92a30888d6423db112f07a9b344cf6fc4891 Maintainer: 徐骁 Status: ready -->
45
<!-- CREDITS: mowangjuanzi -->
56
<book xml:id="book.zmq" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<?phpdoc extension-membership="pecl" ?>
@@ -10,6 +11,7 @@
1011
<preface xml:id="intro.zmq">
1112
&reftitle.intro;
1213
<para>
14+
&warn.experimental;
1315
“ØMQ 是函数库,能够快速设计和开发基于消息的快速应用。”——0MQ 官网
1416
</para>
1517
<para>

reference/zmq/setup.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ab56145968b47219d62cf76870c9b5698ac8f956 Maintainer: 徐骁 Status: ready -->
4-
3+
<!-- EN-Revision: 9a5b92a30888d6423db112f07a9b344cf6fc4891 Maintainer: 徐骁 Status: ready -->
4+
<!-- CREDITS: mowangjuanzi -->
55
<chapter xml:id="zmq.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
&reftitle.setup;
77

@@ -10,7 +10,18 @@
1010
<para>
1111
ZMQ 扩展需要 0MQ 2.0.7 及以上版本。0MQ 可以这里获取 <link xlink:href="&url.zeromq;area:download">&url.zeromq;area:download</link>。
1212
</para>
13-
&reference.zmq.configure;
13+
</section>
14+
15+
<section xml:id="zmq.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
16+
&reftitle.install;
17+
18+
<para>
19+
&pecl.info.dead;
20+
<link xlink:href="&url.pecl.package;zmq">&url.pecl.package;zmq</link>
21+
</para>
22+
<para>
23+
&pecl.windows.download.avail;
24+
</para>
1425
</section>
1526
</chapter>
1627

0 commit comments

Comments
 (0)