reference/readline/book.xml
462ad78d00fa08794ac8aeed9e79f8ab3d4ca371
...
...
@@ -1,9 +1,8 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: utilspec.cmdline -->
4
-
<!-- Membership: bundled, external -->
5
3
6
4
<book xml:id="book.readline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="bundledexternal" ?>
7
6
<title>GNU Readline</title>
8
7
<titleabbrev>Readline</titleabbrev>
9
8
...
...
@@ -20,7 +19,15 @@
20
19
but may be useful when writing scripts used from a
21
20
<link linkend="features.commandline">command line</link>.
22
21
</para>
23
-
&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>
24
31
</preface>
25
32
<!-- }}} -->
26
33
27
34