ext/imap is not thread-safe

Cf. <https://github.com/php/php-src/pull/6326#issuecomment-707763804>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350865 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-10-13 17:06:05 +00:00
parent eb0c675cd5
commit fc870e6f97
2 changed files with 11 additions and 0 deletions

View file

@ -18,6 +18,11 @@
Be warned, however, that some IMAP functions will not work
correctly with the POP protocol.
</para>
<warning>
<simpara>
The IMAP extension is not thread-safe; it should not be used with ZTS builds.
</simpara>
</warning>
</preface>
<!-- }}} -->

View file

@ -21,6 +21,12 @@
</simpara>
</note>
<warning>
<simpara>
The IMAP extension is not thread-safe; it should not be used with ZTS builds.
</simpara>
</warning>
&warn.imaprecodeyaz;
</section>