View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001929 | Xdebug | Installation | public | 2021-01-02 01:03 | 2021-01-02 01:03 |
Reporter | roberto | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | linux | OS | ubuntu 20.04 | OS Version | php 7.3 / 7.4 |
Product Version | 3.0.1 | ||||
Summary | 0001929: xdebug notwork | ||||
Description | Trouble with last version of xdebug on ubuntu 20.04. I tried in two machines with same S.O. (ubuntu 20.04), trying using php 7.3, 7.4. I tried compiling directly xdebug on the machine (as i used to do successfully in past), o trying installing xdebug with pecl. But when i tried to start debugging a php file from netbeans IDE, it didnt work. (i tried very much different configurations in php.ini), but it never worked. my last proof was installing only php7.3 and compiling xdebug, pushing xdebug.so in /usr/lib/php/20180731 directory. but it didn't worked. Then I copied xdebug.so from another machine with ubuntu 19.10 (xdebug compiled locally in this machine) and now, whit this xdebug.so, it WORKED. The not working xdebug.so have dim: 2427048 byte I attach the two xdebug.so files. The working xdebug.so is: 1920360 byte This trouble happened two different times, both of them on ubuntu 20.04 with last xdebug version. | ||||
Tags | XDEBUG installation ubuntu 20.04 | ||||
Operating System | ubuntu 20.04 | ||||
PHP Version | 7.3.2-7.3.4 | ||||