Skip to content

Commit fc870e6

Browse files
committed
ext/imap is not thread-safe
Cf. <php/php-src#6326 (comment)>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350865 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent eb0c675 commit fc870e6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

reference/imap/book.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
Be warned, however, that some IMAP functions will not work
1919
correctly with the POP protocol.
2020
</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>
2126
</preface>
2227
<!-- }}} -->
2328

reference/imap/configure.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
</simpara>
2222
</note>
2323

24+
<warning>
25+
<simpara>
26+
The IMAP extension is not thread-safe; it should not be used with ZTS builds.
27+
</simpara>
28+
</warning>
29+
2430
&warn.imaprecodeyaz;
2531

2632
</section>

0 commit comments

Comments
 (0)