From 7a82aecbeddfad51233ec286e0e3baa12097ca6d Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Mon, 20 Jul 2015 18:54:39 +0200 Subject: [PATCH] Build shared readline --- templates/php_blueprint.sh.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/php_blueprint.sh.erb b/templates/php_blueprint.sh.erb index ed13ae9d..8a76a410 100644 --- a/templates/php_blueprint.sh.erb +++ b/templates/php_blueprint.sh.erb @@ -90,7 +90,8 @@ function build_php() { --enable-exif=shared \ --with-openssl=shared \ --enable-fpm \ - --enable-pcntl=shared + --enable-pcntl=shared \ + --with-readline=shared else cd "php-$PHP_VERSION" fi