Mobile app version of vmapp.org
Login or Join
Kaufman445

: Is Xdebug supported for php7.1.1? I am searching in Google Xdebug for php7.1.1 but there is nothing that can really answer my question, though I found this https://github.com/oerdnj/deb.sury.org/issues/444,

@Kaufman445

Posted in: #WebDevelopment

I am searching in Google Xdebug for php7.1.1 but there is nothing that can really answer my question, though I found this github.com/oerdnj/deb.sury.org/issues/444, but the version is php7.1.0, so I can't fully rely on this answer.

I followed the instructions given here, xdebug.org/wizard.php, and then I received a problem, phpize that I installed (from the instruction xdebug.org/docs/faq#phpize) is not compatible to php version (php7.1.1), then tried to resolve it by from the instruction xdebug.org/docs/faq#custom-phpize, still not working.

Is there any workaround here?

If my question is not suitable to this site, please do tell me.

Update

Here is the result of phpize:

Configuring for:
PHP Api Version: 20151012
Zend Module Api No: 20151012
Zend Extension Api No: 320151012


Instead of:

Configuring for:
...
Zend Module Api No: 20160303
Zend Extension Api No: 320160303


given in the instructions here xdebug.org/wizard.php.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Kaufman445

2 Comments

Sorted by latest first Latest Oldest Best

 

@Shelley277

Xdebug 2.5.x supports PHP 7.0.x and PHP 7.1.x, as well as PHP's master branch, as per xdebug.org/#2016_12_04:
PHP 7.1.3-dev (cli) (built: Feb 16 2017 11:18:14) ( NTS DEBUG )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Xdebug v2.6.0-dev, Copyright (c) 2002-2017, by Derick Rethans

10% popularity Vote Up Vote Down


 

@Mendez628

Now. supprot php 7.1, do not support 7.1.1
See here please

[2016-12-04] - Xdebug 2.5.0 is out!
This is the first released to support PHP 7.1.

Besides support for PHP 7.1, it also adds support for IPv6. A few bugs have been fixed as well.

The full change log can be found on the updates page. The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme