We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254d299 commit 860b3ffCopy full SHA for 860b3ff
NEWS
@@ -24,6 +24,10 @@ PHP NEWS
24
- MySQLnd:
25
. Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode). (Laruence)
26
27
+- readline:
28
+ . Fixed bug #62612 (readline extension compilation fails with
29
+ sapi/cli/cli.h: No such file). (Johannes)
30
+
31
- Reflection:
32
. Implemented FR #61602 (Allow access to name of constant used as default
33
value). ([email protected])
sapi/cli/config.m4
@@ -44,5 +44,7 @@ if test "$PHP_CLI" != "no"; then
44
PHP_SUBST(BUILD_CLI)
45
46
PHP_OUTPUT(sapi/cli/php.1)
47
48
+ PHP_INSTALL_HEADERS([sapi/cli/cli.h])
49
fi
50
AC_MSG_RESULT($PHP_CLI)
0 commit comments