Skip to content

Commit

Permalink
Polish ext/README
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Sep 30, 2023
1 parent 49ff447 commit dc1d53e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ext/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development

Instead of keeping a fork of [Xdebug][], we keep a single patch file so that all the changes are self-contained.
Instead of keeping a fork of Xdebug, we keep a single patch file so that all the changes are self-contained.

To make a change to the extension:

Expand All @@ -12,6 +12,4 @@ To make a change to the extension:

4. finally save the patch with `make format-patch`.

To update the [Xdebug][] version change the `XDEBUG_VERSION` variable in the `Makefile` then continue with the above steps. You might need to resolve conflicts and other issues manually.

[Xdebug]: https://xdebug.org/
To update the Xdebug version change the `XDEBUG_VERSION` variable in the `Makefile` then continue with the above steps. You might need to resolve conflicts and other issues manually.

0 comments on commit dc1d53e

Please sign in to comment.