mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
eb0c675cd5
commit
fc870e6f97
2 changed files with 11 additions and 0 deletions
|
@ -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>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue