[PHP-WEBMASTER] [web-bugs] master: Updated report.php to remove PECL and PEAR issues (#126)

Author: NickSdot (NickSdot)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2026-06-18T18:10:51+02:00

Commit: Updated report.php to remove PECL and PEAR issues (#126) · php/web-bugs@a826c82 · GitHub
Raw diff: https://github.com/php/web-bugs/commit/a826c825662c7345bc68d75b91b64a76bc6a763f.diff

Updated report.php to remove PECL and PEAR issues (#126)

Removed PECL and PEAR issues links from the report. I ended up on this page coming from the deprecated PECL, sending back to PECL doesn't make sense. Likewise, it doesn't make sense to keep PEAR listed for known reasons.

Changed paths:
  M www/report.php

Diff:

diff --git a/www/report.php b/www/report.php
index 143132bf..91737d18 100644
--- a/www/report.php
+++ b/www/report.php
@@ -10,8 +10,6 @@
     <ul>
         <li>Implementation issues: <a href="https://github.com/php/php-src/issues&quot;&gt;php/php\-src repository</a></li>
         <li>Documentation issues: <a href="https://github.com/php/doc-en/issues&quot;&gt;php/doc\-en repository</a></li>
- <li>PECL extension issues: Find the correct extension-specific bug tracker at <a href="https://pecl.php.net/&quot;&gt;pecl\.php\.net&lt;/a&gt;&lt;/li&gt;
- <li>PEAR issues: <a href="https://pear.php.net/bugs/&quot;&gt;pear\.php\.net/bugs&lt;/a&gt;&lt;/li&gt;
         <li>Security issues: <a href="https://github.com/php/php-src/security/advisories/new&quot;&gt;php/php\-src security advisory</a>, or email <?php echo make_mailto_link("{$site_data['security_email']}?subject=%5BSECURITY%5D+possible+new+bug%21", $site_data['security_email']); ?></li>
     </ul>
</p>