reference/imap/book.xml
34892f82742329af7e7b4b22be6ad21418fd9768
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Membership: bundled, external -->
4
3
5
4
<book xml:id="book.imap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
6
5
<?phpdoc extension-membership="bundledexternal" ?>
...
...
@@ -19,12 +18,18 @@
19
18
Be warned, however, that some IMAP functions will not work
20
19
correctly with the POP protocol.
21
20
</para>
21
+
<warning>
22
+
<simpara>
23
+
The IMAP extension is not thread-safe; it should not be used with ZTS builds.
24
+
</simpara>
25
+
</warning>
22
26
</preface>
23
27
<!-- }}} -->
24
28
25
29
&reference.imap.setup;
26
30
&reference.imap.constants;
27
31
&reference.imap.reference;
32
+
&reference.imap.imap.connection;
28
33

29
34
</book>
30
35

31
36