[PHP-WEBMASTER] [web-bugs] master: Updated report.php to remove PECL and PEAR issues (#126)
[email protected] (NickSdot via GitHub) Thu, 18 Jun 2026 16:10:54 +0000
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Author: NickSdot (NickSdot)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2026-06-18T18:10:51+02:00
Commit: https://github.com/php/web-bugs/commit/a826c825662c7345bc68d75b91b64a76bc6a763f
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">php/php-src repository</a></li>
<li>Documentation issues: <a href="https://github.com/php/doc-en/issues">php/doc-en repository</a></li>
- <li>PECL extension issues: Find the correct extension-specific bug tracker at <a href="https://pecl.php.net/">pecl.php.net</a></li>
- <li>PEAR issues: <a href="https://pear.php.net/bugs/">pear.php.net/bugs</a></li>
<li>Security issues: <a href="https://github.com/php/php-src/security/advisories/new">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>