File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: b9582e11e41e0d06e1bd4a499ce6db383692759b Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: f8e440fe2967dfdc9018e3cff560d62d2f2ec678 Maintainer: mumumu Status: ready -->
4
4
<appendix xml : id =" readline.constants" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
&reftitle.constants;
6
6
&extension.constants;
7
+ <variablelist >
8
+ <varlistentry xml : id =" constant.readline-lib" >
9
+ <term >
10
+ <constant >READLINE_LIB</constant >
11
+ (<type >string</type >)
12
+ </term >
13
+ <listitem >
14
+ <simpara >
15
+ readline サポートに使われているライブラリの名前。
16
+ 現状 <literal >readline</literal > または <literal >libedit</literal >
17
+ のいずれかです。
18
+ </simpara >
19
+ <simpara >
20
+ PHP 8.4.0 で削除されました。
21
+ </simpara >
22
+ </listitem >
23
+ </varlistentry >
24
+ </variablelist >
25
+
7
26
<formalpara >
8
27
&reftitle.changelog;
9
28
<para >
You can’t perform that action at this time.
0 commit comments