Edit report at http://bugs.php.net/bug.php?id=53938&edit=1

 ID:                 53938
 User updated by:    miha dot vrhovnik at domenca dot si
 Reported by:        miha dot vrhovnik at domenca dot si
 Summary:            php-fpm overwrites xdebug idekey
-Status:             Feedback
+Status:             Assigned
 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:

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.


Previous Comments:
------------------------------------------------------------------------
[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 http://bugs.php.net/bug.php?id=53938&edit=1

Reply via email to