diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-03 08:13:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-03 08:13:42 +0100 |
commit | 2ea03386bdb4aa02ba7c160a6fc871afa290a3cd (patch) | |
tree | 61a0baf8e99f45613af098d8d06646da2ec1c63b | |
parent | 447208ee6855baed73cdc4f23c46f63291272989 (diff) |
php-pecl-couchbase2: tweak (still segfault with 5.4 / ZTS)
-rw-r--r-- | php-pecl-couchbase2.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/php-pecl-couchbase2.spec b/php-pecl-couchbase2.spec index 91df00b..6b1cebc 100644 --- a/php-pecl-couchbase2.spec +++ b/php-pecl-couchbase2.spec @@ -16,7 +16,7 @@ %global with_zts 0%{?__ztsphp:1} %if "%{php_version}" < "5.6" -# After igbinary +# After igbinary (and XDebug for 5.4) %global ini_name z-%{pecl_name}.ini %else # After 40-igbinary and 40-json @@ -160,16 +160,14 @@ done %check : minimal NTS load test -%{__php} -n \ +%{__php} \ -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - -d zend_extension=%{php_extdir}/xdebug.so \ -m | grep %{pecl_name} %if %{with_zts} : minimal ZTS load test %{__ztsphp} -n \ -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - -d zend_extension=%{php_ztsextdir}/xdebug.so \ -m | grep %{pecl_name} %endif |