summaryrefslogtreecommitdiffstats
path: root/php-5.6.3-embed.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-09 08:06:52 +0200
committerRemi Collet <remi@remirepo.net>2020-06-09 08:06:52 +0200
commitafc681ca1cd20435b801ecb31bc06391c4acc780 (patch)
tree99de8eb68963c5b9018be5cbc920934d75323d17 /php-5.6.3-embed.patch
parentdab9e0cab46b22c5d0da2269fd2385db9cc53cf5 (diff)
rebuild using oniguruma5php
build phpdbg only once
Diffstat (limited to 'php-5.6.3-embed.patch')
-rw-r--r--php-5.6.3-embed.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-5.6.3-embed.patch b/php-5.6.3-embed.patch
index d9c04f6..38eea1d 100644
--- a/php-5.6.3-embed.patch
+++ b/php-5.6.3-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 embed fpm phpdbg @PHP_INSTALLED_SAPIS@"
# Set php_cli_binary and php_cgi_binary if available
for sapi in $php_sapis; do