View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002153 | Xdebug | Installation | public | 2023-01-11 14:39 | 2023-05-24 14:29 |
Reporter | OxCom | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | Ubuntu 22.04 LTS |
Product Version | 3.2.0 | ||||
Summary | 0002153: xdebug.mode in PHP-FPM pool ignored | ||||
Description | The xdebug configuration use only global/default value for xdebug.mode settings and ignore php-fpm pools configuration | ||||
Steps To Reproduce |
; Start a new pool. user = www-data listen = /run/php/php8.1-$pool-fpm.sock listen.owner = www-data pm = dynamic php_admin_value[xdebug.mode] = debug
| ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 8.1.10-8.1.19 | ||||
|
Example in the php-xdebug-2153.zip file. Run docker-compose up and visit the page on port 8812 |
|
This is expected, and correct behaviour. I have updated the documentation to make this clearer too: An alternative would be to set up two PHP-FPM servers, each with a different port/socket, and their own PHP configuration through separate |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-11 14:39 | OxCom | New Issue | |
2023-01-11 14:39 | OxCom | File Added: xdebug-only-pool-configured.png | |
2023-02-08 18:04 | OxCom | Note Added: 0006514 | |
2023-02-08 18:04 | OxCom | File Added: php-xdebug-2153.zip | |
2023-05-24 14:29 | derick | Assigned To | => derick |
2023-05-24 14:29 | derick | Status | new => resolved |
2023-05-24 14:29 | derick | Resolution | open => no change required |
2023-05-24 14:29 | derick | Note Added: 0006560 |