reference/imap/configure.xml
fc870e6f972ed48069f4c7a5a449c2e843f343a7
...
...
@@ -11,11 +11,6 @@
11
11
description above. <productname>Windows</productname> users may include the
12
12
<filename>php_imap.dll</filename> DLL in &php.ini;.
13
13
</para>
14
-
<para>
15
-
IMAP is not supported on systems earlier than Windows 2000. This is because it
16
-
uses encryption functions in order to enable SSL connections to the mail
17
-
servers.
18
-
</para>
19
14
<note>
20
15
<simpara>
21
16
Depending on how the c-client was configured, you might also need
...
...
@@ -26,6 +21,12 @@
26
21
</simpara>
27
22
</note>
28
23

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
+

29
30
&warn.imaprecodeyaz;
30
31

31
32
</section>
32
33