Modify ↓
Opened 3 years ago
Closed 3 years ago
#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 (0)
Change History (1)
comment:1 Changed 3 years ago by mrook
- Milestone changed from 2.4.2 to web
- Resolution set to fixed
- Status changed from new to closed
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.