From b7324289d6911cf82e93a166e229a220c7fdd4ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jun 2020 14:02:09 +0200 Subject: Update to 7.4.7 - http://www.php.net/releases/7_4_7.php rebuild using oniguruma5php build phpdbg only once --- php-7.4.0-embed.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-7.4.0-embed.patch') 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@" -- cgit