Skip to content

Commit dd29fd9

Browse files
Remove copyright, add title
1 parent 9a9d093 commit dd29fd9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

_includes/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
{% endunless %}
1818
</ul>
1919
</div>
20+
21+
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} PHP Debugger</div>

index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
---
22
layout: splash
3-
title: What is PHP Debugger?
43
---
4+
<div align="center">
5+
# What is PHP Debugger?
6+
</div>
57

6-
A PHP debugger extension focused on step debugging with near-zero overhead. Forked from [Xdebug](https://xdebug.org/), with profiling, coverage, and tracing removed.
8+
A PHP debugging extension focused on step debugging with near-zero overhead.
9+
10+
- Forked from [Xdebug](https://xdebug.org/), and fully compatible with it.
11+
- Just debugging, with profiling, coverage, and tracing removed.
12+
- Near-zero overhead when not connected, and much faster when active.
13+
- Always on, no need to enable and disable it.
14+
- Can be statically linked to your PHP binary, removing the need for a PHP extension.
715

816
### Main Repository
917

0 commit comments

Comments
 (0)