View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001204 | Xdebug | Installation | public | 2015-11-11 05:05 | 2015-11-18 22:33 |
Reporter | joshtaylor | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | AMD64 | OS | Ubuntu | OS Version | 14.04 |
Product Version | 2.4.0beta1 | ||||
Target Version | 2.4.0rc1 | Fixed in Version | 2.4.0rc1 | ||
Summary | 0001204: xdebug_code_coverage.c:542:21: error: 'zend_op_array' has no member named 'brk_cont_array' | ||||
Description | Trying to install with PHP7 & Ubuntu 14.04 results in the following: /bin/bash /tmp/xdebug/libtool --mode=compile cc -I. -I/tmp/xdebug -DPHP_ATOM_INC -I/tmp/xdebug/include -I/tmp/xdebug/main -I/tmp/xdebug -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /tmp/xdebug/xdebug.c -o xdebug.lo | ||||
Steps To Reproduce | git clone git://github.com/xdebug/xdebug.git /tmp/xdebug | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.1-dev | ||||
|
This is caused by https://github.com/php/php-src/commit/baf97b1fcc0f8458955f33bcfd325e3130e1161f I believe. |
|
This is not in 7.0-dev, only in 7.1-dev (master). However, the code was no longer necessary in 7.0-dev either, so I'm removing it. |
|
This got fixed (by mistake in a wrong PR) with: Thanks for the report :-) |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-11 05:05 | joshtaylor | New Issue | |
2015-11-11 05:08 | joshtaylor | Note Added: 0003224 | |
2015-11-11 15:26 | derick | PHP Version | 7.0-dev => 7.1-dev |
2015-11-11 15:26 | derick | Note Added: 0003225 | |
2015-11-11 15:26 | derick | Target Version | => 2.4.0rc1 |
2015-11-18 22:33 | derick | Note Added: 0003233 | |
2015-11-18 22:33 | derick | Status | new => closed |
2015-11-18 22:33 | derick | Assigned To | => derick |
2015-11-18 22:33 | derick | Resolution | open => fixed |
2015-11-18 22:33 | derick | Fixed in Version | => 2.4.0rc1 |