Initial commit of xdebug, fixes T2479.
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T2479: XDebug
- Commits
- R4058:56f020000635: Initial commit of xdebug
Installed it and checked the extension via phpinfo();
Using visual studio code, run a debugging session with a simple php file.
Diff Detail
- Repository
- R4058 xdebug
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
@der_eismann I need a stronger Test Plan than that. Not sure how to verify it works if I'm only checking that it is even loaded.
| package.yml | ||
|---|---|---|
| 8 | Should be programming.tools | |
Need this included soon, so I don't have to go through the hassle of configuring a docker xdebug session. Downloaded and tested that the package builds, and can be used for debug sessions when done.
@ikey will need to review this as it's a custom license based on https://spdx.org/licenses/PHP-3.0.html
I don't see a reason to be confused about the license.
| package.yml | ||
|---|---|---|
| 7 | Let's change this to Xdebug-License-1.01 Otherwise, it's legally identical to the PHP 3.0 license. It just makes it so that the the author has full control over the use of the trademark Xdebug and any future changes to the license. | |