View Issue Details

IDProjectCategoryView StatusLast Update
0001349XdebugInstallationpublic2016-10-04 17:45
Reportermoderndeveloperllc Assigned Toderick  
PrioritylowSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
PlatformAppleOSmacOSOS Version10.12
Product Version2.4.1 
Summary0001349: PECL install fails for 7.1
Description

Installing via PECL fails on version check constraint. Looking over the other tickets would indicate that is should at least compile, if not have check all the new features.

Steps To Reproduce

1) Have php 7.1 active.

2) pecl install xdebug

Additional Information

downloading xdebug-2.4.1.tgz ...
Starting to download xdebug-2.4.1.tgz (265,542 bytes)
.......................................................done: 265,542 bytes
76 source files, building
running: phpize
Configuring for:
PHP Api Version: 20160303
Zend Module Api No: 20160303
Zend Extension Api No: 320160303
building in /private/tmp/pear/temp/pear-build-xxxxxxxxx/xdebug-2.4.1
running: /private/tmp/pear/temp/xdebug/configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-apple-darwin16.0.0
checking host system type... x86_64-apple-darwin16.0.0
checking target system type... x86_64-apple-darwin16.0.0
checking for PHP prefix... /opt/local
checking for PHP includes... -I/opt/local/include/php71/php -I/opt/local/include/php71/php/main -I/opt/local/include/php71/php/TSRM -I/opt/local/include/php71/php/Zend -I/opt/local/include/php71/php/ext -I/opt/local/include/php71/php/ext/date/lib -I/opt/local/include
checking for PHP extension directory... /opt/local/lib/php71/extensions/no-debug-non-zts-20160303
checking for PHP installed headers prefix... /opt/local/include/php71/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable Xdebug support... yes, shared
checking Check for supported PHP versions... configure: error: not supported. Need a PHP version >= 5.4.0 and < 7.1.0 (found 7.1.0RC3)
ERROR: `/private/tmp/pear/temp/xdebug/configure' failed

TagsNo tags attached.
Operating System
PHP Version7.1-dev

Activities

derick

2016-10-04 17:45

administrator   ~0003711

The error message says:

Check for supported PHP versions... configure: error: not supported. Need a PHP version >= 5.4.0 and < 7.1.0 (found 7.1.0RC3)

You need the latest from GitHub to be able to use Xdebug with PHP 7.1.x.

Issue History

Date Modified Username Field Change
2016-10-04 14:27 moderndeveloperllc New Issue
2016-10-04 17:45 derick Note Added: 0003711
2016-10-04 17:45 derick Status new => resolved
2016-10-04 17:45 derick Resolution open => no change required
2016-10-04 17:45 derick Assigned To => derick