diff options
author | 2017-01-19 12:01:20 +0100 | |
---|---|---|
committer | 2017-01-19 12:01:20 +0100 | |
commit | 10e77ca43c530baedf2c1e69c7f4dc2093bbdf61 (patch) | |
tree | e57c32c365075b29730f485e2115594255d143e2 | |
parent | e42a09546fca02ab1f7bf4d87ab3b55e40c2f681 (diff) | |
download | php-10e77ca43c530baedf2c1e69c7f4dc2093bbdf61.tar.gz php-10e77ca43c530baedf2c1e69c7f4dc2093bbdf61.tar.xz |
xdebug: not compatible with php 5.4 anymore
Signed-off-by: Marc-Antoine Perennou <keruspe@exherbo.org>
-rw-r--r-- | packages/dev-pecl/xdebug/xdebug-2.5.0.exheres-0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-pecl/xdebug/xdebug-2.5.0.exheres-0 b/packages/dev-pecl/xdebug/xdebug-2.5.0.exheres-0 index dbc2191..cf6ace9 100644 --- a/packages/dev-pecl/xdebug/xdebug-2.5.0.exheres-0 +++ b/packages/dev-pecl/xdebug/xdebug-2.5.0.exheres-0 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 require xdebug -require php-pecl [ module=zend ] +require php-pecl [ module=zend php_abis=[ 5.5 5.6 7.0 7.1 ] ] PLATFORMS="~amd64" |