Modify ↓
Ticket #464 (closed defect: fixed)
Hidden Xdebug dependency
| Reported by: | Jean-Marc Fontaine <jmf@…> | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | web |
| Component: | phing-tasks-system | Version: | 2.4.1 |
| Keywords: | xdebug | Cc: |
Description
There is a hidden Xdebug dependancy in the Copy task.
Calls to xdebug_start_trace() and xdebug_stop_trace() can be found at lines 238 and 305.
The strange thing is that these lines are present in the archive installed via PEAR but not in the code of the Subversion tag.
I guess the problem comes from the packaging.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Good catch, thanks. A test file was inadvertently included in the packages - they have now been updated with the proper files.