diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-20 11:27:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-20 11:27:42 +0200 |
commit | 0c6603c6f7790d09904e695e9d75155462f9ea26 (patch) | |
tree | 9011a22541f9fef33ad70b90389ea7f4bf9004b2 /php-7.4.0-embed.patch | |
parent | be7b6a4819913ddd2176cd3a4448098021c9470f (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.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 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@" |