View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000928 | Xdebug | Step Debugging | public | 2013-03-01 15:21 | 2020-03-12 17:36 |
Reporter | tomaszkrol | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Summary | 0000928: Optionally no resolving symlink | ||||
Description | We have a production environment based on symlink. We are deploying new version of an application to a new directory whose name corresponds to SVN revisions number (in ex. 1, 2, 3) and change symlink 'current' so that it points to the newest code version. Apache's Document Root is set to: /var/www/app/$app-name/current/ Example:
When we try to debug the application we encounter a problem with directory mapping, because symlink current is resolved by xDebug to return the real path, for example: /var/www/www.example.org/3/... instead of the expected /var/www/www.example.org/current/... We made a small modification to xdebug that allows for optional disabling of symlink resolution. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.1.0 | ||||
|
The symlinks are resolved by PHP internally. Xdebug doesn't have access to the unresolved symlinked directory and filenames. You speak however of a small modification. Would you care to share that one? |
|
The symlinks are resolved by PHP internally. Xdebug doesn't have access to the unresolved symlinked directory and filenames. You speak however of a small modification. Would you care to share that one? |
|
I'm also seeing this bug when debugging with Komodo IDE 7 & 9. I filed a bug in their system as well (https://github.com/Komodo/KomodoEdit/issues/208). I mostly added this note to try to 'revive' this bug since it doesn't look like the original reporter tomaszkrol will submit his "small modification" after all... :-) |
|
Closing this out as I don't know what to do about this, and the original reporter didn't provide me with his "small modification". |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-01 15:21 | tomaszkrol | New Issue | |
2014-02-27 19:48 | derick | Note Added: 0002713 | |
2014-02-27 19:48 | derick | Assigned To | => derick |
2014-02-27 19:48 | derick | Status | new => feedback |
2014-05-19 23:17 | derick | Note Added: 0002824 | |
2015-07-22 14:24 | goozak | Note Added: 0003155 | |
2015-11-20 18:07 | derick | Note Added: 0003251 | |
2015-11-20 18:07 | derick | Status | feedback => resolved |
2015-11-20 18:07 | derick | Resolution | open => no change required |
2020-03-12 17:36 | derick | Category | Feature/Change request => Step Debugging |