build phpdbg only once
This commit is contained in:
parent
9759ca360e
commit
61f09abeec
@ -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
|
php_cgi_binary=NONE
|
||||||
configure_options="@CONFIGURE_OPTIONS@"
|
configure_options="@CONFIGURE_OPTIONS@"
|
||||||
-php_sapis="@PHP_INSTALLED_SAPIS@"
|
-php_sapis="@PHP_INSTALLED_SAPIS@"
|
||||||
+php_sapis="apache2handler fpm @PHP_INSTALLED_SAPIS@"
|
+php_sapis="apache2handler fpm phpdbg @PHP_INSTALLED_SAPIS@"
|
||||||
ini_dir="@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
|
ini_dir="@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
|
||||||
ini_path="@EXPANDED_PHP_CONFIG_FILE_PATH@"
|
ini_path="@EXPANDED_PHP_CONFIG_FILE_PATH@"
|
||||||
|
|
||||||
|
1
php.spec
1
php.spec
@ -966,6 +966,7 @@ popd
|
|||||||
without_shared="--without-gd \
|
without_shared="--without-gd \
|
||||||
--disable-dom --disable-dba --without-unixODBC \
|
--disable-dom --disable-dba --without-unixODBC \
|
||||||
--disable-opcache \
|
--disable-opcache \
|
||||||
|
--disable-phpdbg \
|
||||||
--disable-json \
|
--disable-json \
|
||||||
--without-ffi \
|
--without-ffi \
|
||||||
--disable-xmlreader --disable-xmlwriter \
|
--disable-xmlreader --disable-xmlwriter \
|
||||||
|
Loading…
Reference in New Issue
Block a user