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 | |||
| 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. |