View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000758 | Xdebug | Uncategorized | public | 2011-12-14 02:16 | 2012-04-22 13:48 |
Reporter | timofey.basanov@gmail.com | Assigned To | derick | ||
Priority | high | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 2.2.0 | Fixed in Version | 2.2.0RC2 | ||
Summary | 0000758: 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 Query any php file from this directory. See that idekey used is not foo but rather username. | ||||
Tags | No tags attached. | ||||
Operating System | Linux | ||||
PHP Version | 5.2.10 | ||||
|
Looks like it is not always reproducible. Restart of Apache could make this works fine or break this thing. |
|
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? |
|
This should be fixed now for 2.1.4 and 2.2.0; please test the latest from github if you want. |
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 |