diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-27 15:16:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-27 15:16:34 +0200 |
commit | c5f11de8ddef54a313737ab455102855a11cbc98 (patch) | |
tree | 3138e3dda8ef60148ab1d2155e492c6563e265d0 /php-7.4.0-embed.patch | |
parent | 40a47ca2cfc4cc8a63885dbf4ab962ce1aa5db68 (diff) |
build phpdbg only once
Diffstat (limited to 'php-7.4.0-embed.patch')
-rw-r--r-- | php-7.4.0-embed.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-7.4.0-embed.patch b/php-7.4.0-embed.patch index 1c743c2..f7a9aaa 100644 --- a/php-7.4.0-embed.patch +++ b/php-7.4.0-embed.patch @@ -18,7 +18,7 @@ diff -up php-5.5.30/scripts/php-config.in.old php-5.5.30/scripts/php-config.in php_cgi_binary=NONE configure_options="@CONFIGURE_OPTIONS@" -php_sapis="@PHP_INSTALLED_SAPIS@" -+php_sapis="apache2handler litespeed fpm @PHP_INSTALLED_SAPIS@" ++php_sapis="apache2handler litespeed fpm phpdbg @PHP_INSTALLED_SAPIS@" ini_dir="@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@" ini_path="@EXPANDED_PHP_CONFIG_FILE_PATH@" |