View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001314 | Xdebug | Installation | public | 2016-06-15 08:32 | 2016-06-15 10:30 |
Reporter | fprochazka | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | linux | OS | Ubuntu | OS Version | 14.04.4 LTS |
Product Version | 2.4.0 | ||||
Summary | 0001314: Does not compile with PHP 7.1.0-alpha1 | ||||
Description | Compilation stops with errors | ||||
Steps To Reproduce | Compiled PHP 7.1.0-alpha1 $ php -i |grep configure $ php -v And tried to install xdebug $ sudo pecl install xdebug | ||||
Additional Information | cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootYWrWAd/xdebug-2.4.0/include -I/tmp/pear/temp/pear-build-rootYWrWAd/xdebug-2.4.0/main -I/tmp/pear/temp/xdebug -I/usr/php/7.1.0-alpha1/include/php -I/usr/php/7.1.0-alpha1/include/php/main -I/usr/php/7.1.0-alpha1/include/php/TSRM -I/usr/php/7.1.0-alpha1/include/php/Zend -I/usr/php/7.1.0-alpha1/include/php/ext -I/usr/php/7.1.0-alpha1/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_profiler.c -fPIC -DPIC -o .libs/xdebug_profiler.o | ||||
Tags | No tags attached. | ||||
Operating System | Ubuntu 14.04.4 LTS | ||||
PHP Version | 7.1-dev | ||||
|
This was a bug in PHP's headers. Dmitry has fixed it, but apparently too late for 7.1-alpha1. As a workaround, you may edit /usr/php/7.1.0-alpha1/include/php/main/php.h:283 and change LOG_NOTICE to 3, so that the line reads: #define php_log_err(msg) php_log_err_with_severity(msg, 3) |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-06-15 08:32 | fprochazka | New Issue | |
2016-06-15 10:30 | derick | Note Added: 0003635 | |
2016-06-15 10:30 | derick | Status | new => resolved |
2016-06-15 10:30 | derick | Resolution | open => no change required |
2016-06-15 10:30 | derick | Assigned To | => derick |