View Issue Details

IDProjectCategoryView StatusLast Update
0000758XdebugUncategorizedpublic2012-04-22 13:48
Reportertimofey.basanov@gmail.com Assigned To 
PriorityhighSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Target Version2.2.0Fixed in Version2.2.0RC2 
Summary0000758: php_value xdebug.idekey is ignored in .htaccess files
Description

I'm using shared server and could not touch php.ini so I'm using only .htaccess for configuration. Also I'm debugging scripts queried not from a browser and I could not set idekey in http request. So I'm trying to set something like 'php_value xdebug.idekey foo' in my '.htaccess' file and it is ignored.

Steps To Reproduce

Add next lines to your .htaccess file:

php_value xdebug.remote_autostart 1
php_value xdebug.remote_enable 1
php_value xdebug.idekey foo

Query any php file from this directory.

See that idekey used is not foo but rather username.

TagsNo tags attached.
Operating SystemLinux
PHP Version5.2.10

Relationships

duplicate of 0000662 closedderick idekey is set to running user 

Activities

timofey.basanov@gmail.com

2012-02-03 02:26

reporter   ~0001901

Looks like it is not always reproducible. Restart of Apache could make this works fine or break this thing.

Vitaly.Mukhin

2012-03-01 00:30

reporter   ~0001943

For me - restart of Apache doesn't work.

As for bug - that's definately strange behaviour. Why use computer name for overriding xdebug.idekey's local value instead of master value?

derick

2012-04-08 21:41

administrator   ~0002035

This should be fixed now for 2.1.4 and 2.2.0; please test the latest from github if you want.