Skip to content

Commit 8a5bdac

Browse files
Deploy preview for PR 1 🛫
1 parent c5f7128 commit 8a5bdac

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

pr-preview/pr-1/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://php-debugger.github.io/website/pr-preview/pr-1/feed.xml" rel="self" type="application/atom+xml" /><link href="https://php-debugger.github.io/website/pr-preview/pr-1/" rel="alternate" type="text/html" /><updated>2026-05-14T18:43:09+00:00</updated><id>https://php-debugger.github.io/website/pr-preview/pr-1/feed.xml</id><title type="html"> </title><subtitle>A PHP debugger extension focused on step debugging with near-zero overhead.</subtitle><author><name>PHP Debugger</name></author></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://php-debugger.github.io/website/pr-preview/pr-1/feed.xml" rel="self" type="application/atom+xml" /><link href="https://php-debugger.github.io/website/pr-preview/pr-1/" rel="alternate" type="text/html" /><updated>2026-05-14T18:54:24+00:00</updated><id>https://php-debugger.github.io/website/pr-preview/pr-1/feed.xml</id><title type="html"> </title><subtitle>A PHP debugger extension focused on step debugging with near-zero overhead.</subtitle><author><name>PHP Debugger</name></author></feed>

pr-preview/pr-1/index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta charset="utf-8">
1616

1717

18-
<!-- begin _includes/seo.html --><title>What is PHP Debugger?</title>
18+
<!-- begin _includes/seo.html --><title></title>
1919
<meta name="description" content="A PHP debugger extension focused on step debugging with near-zero overhead.">
2020

2121

@@ -26,7 +26,7 @@
2626
<meta property="og:type" content="website">
2727
<meta property="og:locale" content="en_US">
2828
<meta property="og:site_name" content="">
29-
<meta property="og:title" content="What is PHP Debugger?">
29+
<meta property="og:title" content="">
3030
<meta property="og:url" content="https://php-debugger.github.io/website/pr-preview/pr-1/">
3131

3232

@@ -137,13 +137,25 @@
137137

138138
<div id="main" role="main">
139139
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
140-
<meta itemprop="headline" content="What is PHP Debugger?">
140+
141141

142142

143143

144144

145145
<section class="page__content" itemprop="text">
146-
<p>A PHP debugger extension focused on step debugging with near-zero overhead. Forked from <a href="https://xdebug.org/">Xdebug</a>, with profiling, coverage, and tracing removed.</p>
146+
<div align="center">
147+
# What is PHP Debugger?
148+
</div>
149+
150+
<p>A PHP debugging extension focused on step debugging with near-zero overhead.</p>
151+
152+
<ul>
153+
<li>Forked from <a href="https://xdebug.org/">Xdebug</a>, and fully compatible with it.</li>
154+
<li>Just debugging, with profiling, coverage, and tracing removed.</li>
155+
<li>Near-zero overhead when not connected, and much faster when active.</li>
156+
<li>Always on, no need to enable and disable it.</li>
157+
<li>Can be statically linked to your PHP binary, removing the need for a PHP extension.</li>
158+
</ul>
147159

148160
<h3 id="main-repository">Main Repository</h3>
149161

@@ -179,6 +191,8 @@ <h3 id="main-repository">Main Repository</h3>
179191
</ul>
180192
</div>
181193

194+
<div class="page__footer-copyright">&copy; 2026 PHP Debugger</div>
195+
182196
</footer>
183197
</div>
184198

0 commit comments

Comments
 (0)