]> granicus.if.org Git - php/commitdiff
Fix Bug #62612 readline extension compilation fails
authorJohannes Schlüter <johannes@php.net>
Sun, 22 Jul 2012 21:28:32 +0000 (23:28 +0200)
committerJohannes Schlüter <johannes@php.net>
Sun, 22 Jul 2012 21:28:32 +0000 (23:28 +0200)
NEWS
sapi/cli/config.m4

diff --git a/NEWS b/NEWS
index 8ae6931b6ee47f2690aa64451b2d992cda012060..883d9102b1d46c4806e14b75fa1385ac6332332b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ PHP                                                                        NEWS
 - MySQLnd:
   . Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode). (Laruence)
 
+- readline:
+  . Fixed bug #62612 (readline extension compilation fails with
+    sapi/cli/cli.h: No such file). (Johannes)
+
 - Reflection:
   . Implemented FR #61602 (Allow access to name of constant used as default 
     value). (reeze.xia@gmail.com)
index 77fc5e9551ce59154a1de96e4d37cb1848adb6ed..cdfa1f7daff2aa7666e61af36aa91a27f909e181 100644 (file)
@@ -44,5 +44,7 @@ if test "$PHP_CLI" != "no"; then
   PHP_SUBST(BUILD_CLI)
 
   PHP_OUTPUT(sapi/cli/php.1)
+
+  PHP_INSTALL_HEADERS([sapi/cli/cli.h])
 fi
 AC_MSG_RESULT($PHP_CLI)