Edit report at https://bugs.php.net/bug.php?id=53938&edit=1
ID: 53938 Updated by: f...@php.net Reported by: miha dot vrhovnik at domenca dot si Summary: php-fpm overwrites xdebug idekey -Status: Assigned +Status: Bogus Type: Bug Package: FPM related Operating System: Linux PHP Version: 5.3.5 Assigned To: fat Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. thx Previous Comments: ------------------------------------------------------------------------ [2011-02-07 08:26:03] miha dot vrhovnik at domenca dot si The xdebug.idekey is set to default in xdebug.ini root@mvubdevel:/etc/php5# grep -R idekey * cli/conf.d/xdebug.ini:xdebug.idekey=default conf.d/xdebug.ini:xdebug.idekey=default fpm/conf.d/xdebug.ini:xdebug.idekey=default Running phpinfo() in browser it outputs that the local setting for xdebug.idekey is www-data, which is the user php-fpm is running under. To confirm that I've set up php-fpm to run under user nobody and local setting for xdebug.idekey became nobody Trying to provide more info I've found out that running the following results in the same problem.. root@mvubdevel:~# php -r 'phpinfo();' | grep idekey xdebug.idekey => root => default So it seems that the problem might be in xdebug itself. I'm taking this to xdebug tracker sorry for bothering you. ------------------------------------------------------------------------ [2011-02-06 17:29:48] f...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. I don't understand what's the problem. Can you please describe it with the more infos you can ? Thx ------------------------------------------------------------------------ [2011-02-06 14:51:52] miha dot vrhovnik at domenca dot si Description: ------------ xdebug's idekey is somewhat set to the user php-fpm is running under. i.e. if php-fpm is set to run under user nobody xdebug.idekey becomes nobody, if running under www-data then it becomes www-data. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=53938&edit=1