reference/readline/book.xml
462ad78d00fa08794ac8aeed9e79f8ab3d4ca371
...
...
@@ -19,7 +19,15 @@
19
19
but may be useful when writing scripts used from a
20
20
<link linkend="features.commandline">command line</link>.
21
21
</para>
22
-
&note.no-windows.extension;
22
+
<para>
23
+
As of PHP 7.1.0 this extension is supported on Windows.
24
+
</para>
25
+
<caution>
26
+
<para>
27
+
The readline extension is not thread-safe! Thus, the usage of it with any
28
+
true thread safe SAPI (like Apache mod_winnt) is strongly discouraged.
29
+
</para>
30
+
</caution>
23
31
</preface>
24
32
<!-- }}} -->
25
33
26
34