View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001584 | Xdebug | Installation | public | 2018-10-30 16:27 | 2019-01-14 19:54 |
Reporter | tback | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | debian | OS Version | stretch |
Product Version | 2.6.1 | ||||
Fixed in Version | 2.7.0beta1 | ||||
Summary | 0001584: pecl install xdebug fails for php 7.3.0rc4 (in docker) | ||||
Description | /tmp/pear/temp/xdebug/xdebug_compat.c:194:2: error: too few arguments to function 'php_setcookie' | ||||
Steps To Reproduce | Dockerfile: RUN pecl install xdebug docker build . | ||||
Tags | No tags attached. | ||||
Operating System | debian (docker image) | ||||
PHP Version | 7.3-dev | ||||
|
This is my first xdebug issue, I don't know what I'm doing. I'm particularly unsure about severity 'block'. |
|
Don't worry about the severity, I ignore these ;-) If pecl is still trying to install xdebug 2.6.1, then this is expected, as Xdebug 2.6.x does not work with PHP 7.3. For PHP 7.3, you need the Xdebug 2.7.0beta1 release, which you can install with: pecl install xdebug-beta But please be aware that this likely will not work 100%. And I'm aware of a few crash bugs. |
|
can confirm the workaround is working. thanks! |
|
Closing this out then. Cheers! |
|
Sorry to revive this topic. I'm using PHP 7.3.0 (cli) (built: Dec 7 2018 11:01:10) ( NTS ) and running pecl install xdebug-beta made my PHP stopped due segmentation fault: 11 when xdebug is enabled. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-10-30 16:27 | tback | New Issue | |
2018-10-30 16:29 | tback | Note Added: 0004715 | |
2018-10-30 16:29 | tback | Note Edited: 0004715 | |
2018-10-30 16:31 | derick | Note Added: 0004716 | |
2018-10-30 16:31 | derick | Assigned To | => derick |
2018-10-30 16:31 | derick | Status | new => feedback |
2018-10-30 16:35 | tback | Note Added: 0004717 | |
2018-10-30 16:35 | tback | Status | feedback => assigned |
2018-10-30 16:37 | derick | Note Added: 0004718 | |
2018-10-30 16:37 | derick | Status | assigned => resolved |
2018-10-30 16:37 | derick | Fixed in Version | => 2.7.0beta1 |
2018-10-30 16:37 | derick | Resolution | open => no change required |
2019-01-14 19:54 | marcosrocha | Note Added: 0004802 |