View Issue Details

IDProjectCategoryView StatusLast Update
0000758XdebugUncategorizedpublic2012-04-22 13:48
Reportertimofey.basanov@gmail.com Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2011-12-14 02:16 timofey.basanov@gmail.com New Issue
2012-02-03 02:26 timofey.basanov@gmail.com Note Added: 0001901
2012-03-01 00:30 Vitaly.Mukhin Note Added: 0001943
2012-03-12 16:25 derick Target Version => 2.2.0
2012-04-08 21:41 derick Note Added: 0002035
2012-04-08 21:41 derick Status new => closed
2012-04-08 21:41 derick Assigned To => derick
2012-04-08 21:41 derick Resolution open => fixed
2012-04-08 21:42 derick Relationship added duplicate of 0000662
2012-04-22 13:48 derick Fixed in Version => 2.2.0RC2
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized