View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002286 | Xdebug | Installation | public | 2024-09-03 15:49 | 2024-10-08 15:19 |
Reporter | cjsdfw | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | 22.04.4 LTS |
Product Version | 3.3.2 | ||||
Summary | 0002286: Changing xdebug parameters in PHP Pool changes parameters values but has no effect on affected Xdebug Features | ||||
Description | Changing xdebug parameters in PHP Pool configuration files changes the parameters value but does not change Xdebug features afected. What you expected to happen. I configured 'xdebug.mode=off' in /etc/php/8.2/fpm/conf.d/20-xdebug.ini What happened instead. xdebug_info() shows the value of xdebug.mode changed to 'debug' but the 'Step Debugger' remains disabled. If I swith xdebug.mode to 'debug' in the /etc/php/8.2/fpm/conf.d/20-xdebug.ini file the 'Step Debugger' gets enabled. XDEBUG Version 3.3.2 root@srv1:/# php -v OS Ubuntu 22.04.4 LTS My question is if I should be able to make xdebug.ini changes through PHP Pool Configuration files and expect XDebug Features to change accordingly or must I make changes only in the main PHP XDEBUG configuration file that applies to all websites in server using the specific version of PHP. | ||||
Steps To Reproduce | Change xdebug parameters in the PHP Pool Configuration file, in my case it is: /etc/php/8.1/fpm/pool.d/web10.conf. | ||||
Tags | No tags attached. | ||||
Operating System | UBUNTU 22.04.4 LTS | ||||
PHP Version | 8.1.20-8.1.29 | ||||
|
Please close this issue. |
|
No worries. I'm glad you found it in the documentation. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-03 15:49 | cjsdfw | New Issue | |
2024-09-03 20:01 | cjsdfw | Note Added: 0007049 | |
2024-10-08 15:19 | derick | Assigned To | => derick |
2024-10-08 15:19 | derick | Status | new => resolved |
2024-10-08 15:19 | derick | Resolution | open => no change required |
2024-10-08 15:19 | derick | Note Added: 0007061 |