From f40f7d8365bf8f61aeed0d15954974a254322b80 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Tue, 30 Jun 2015 18:23:31 +0200 Subject: [PATCH] Build shared pcntl module --- 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 c5d06127..a9889be3 100644 --- a/templates/php_blueprint.sh.erb +++ b/templates/php_blueprint.sh.erb @@ -89,7 +89,8 @@ function build_php() { --enable-mbregex \ --enable-exif=shared \ --with-openssl=shared \ - --enable-fpm + --enable-fpm \ + --enable-pcntl=shared else cd "php-$PHP_VERSION" fi