Skip to content

Commit 860b3ff

Browse files
committed
Fix Bug #62612 readline extension compilation fails
1 parent 254d299 commit 860b3ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ PHP NEWS
2424
- MySQLnd:
2525
. Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode). (Laruence)
2626

27+
- readline:
28+
. Fixed bug #62612 (readline extension compilation fails with
29+
sapi/cli/cli.h: No such file). (Johannes)
30+
2731
- Reflection:
2832
. Implemented FR #61602 (Allow access to name of constant used as default
2933

sapi/cli/config.m4

+2
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@ if test "$PHP_CLI" != "no"; then
4444
PHP_SUBST(BUILD_CLI)
4545

4646
PHP_OUTPUT(sapi/cli/php.1)
47+
48+
PHP_INSTALL_HEADERS([sapi/cli/cli.h])
4749
fi
4850
AC_MSG_RESULT($PHP_CLI)

0 commit comments

Comments
 (0)