summaryrefslogtreecommitdiffstats
path: root/php-7.4.0-embed.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-20 11:27:50 +0200
committerRemi Collet <remi@remirepo.net>2020-05-20 11:27:50 +0200
commit83ae075f339e79651c348b18144681f3ff82234c (patch)
treeaf51d6bcdfbcc197e64eb4978b28e793c2e57555 /php-7.4.0-embed.patch
parent7d83107eb692d122d3db43329e90e41229ceab08 (diff)
use php-config from embed SAPI to reduce used libs
Diffstat (limited to 'php-7.4.0-embed.patch')
-rw-r--r--php-7.4.0-embed.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-7.4.0-embed.patch b/php-7.4.0-embed.patch
index 1bfd1da..1c743c2 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 embed fpm @PHP_INSTALLED_SAPIS@"
++php_sapis="apache2handler litespeed fpm @PHP_INSTALLED_SAPIS@"
ini_dir="@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
ini_path="@EXPANDED_PHP_CONFIG_FILE_PATH@"