Author: Jordi Kroon (jordikroon)
Committer: Derick Rethans (derickr)
Date: 2026-02-04T11:23:09+01:00
Commit: fix: update pear.php.net and pecl.php.net links to https · php/web-php@5d9af21 · GitHub
Raw diff: https://github.com/php/web-php/commit/5d9af2102ff696c32d2a431011dda5d8b04d00e6.diff
fix: update pear.php.net and pecl.php.net links to https
Changed paths:
M ChangeLog-4.php
M archive/2003.php
M archive/2007.php
M archive/2007.xml
M archive/2008.php
M archive/2008.xml
M docs.php
M error.php
M git-php.php
M include/changelogs.inc
M license/contrib-guidelines-code.php
M license/index.php
M mailing-lists.php
M releases/5_4_0.php
M sites.php
M software.php
M unsub.php
Diff:
diff --git a/ChangeLog-4.php b/ChangeLog-4.php
index 8927f5ea13..c242baf2d7 100644
--- a/ChangeLog-4.php
+++ b/ChangeLog-4.php
@@ -1260,7 +1260,7 @@
<li>sapi/fhttpd</li>
</ul>
</li>
-<li>Moved extensions to PECL (http://pear.php.net/): (James, Derick)
+<li>Moved extensions to PECL (https://pear.php.net/): (James, Derick)
<ul>
<li>ext/vpopmail</li>
<li>ext/cybermut</li>
diff --git a/archive/2003.php b/archive/2003.php
index fdc9091454..72c0653c87 100644
--- a/archive/2003.php
+++ b/archive/2003.php
@@ -789,7 +789,7 @@
<p>
<span class="newsdate">[11-Jan-2003]</span>
The PEAR development team is proud to announce that
- <a href="http://pear.php.net/">PEAR</a> is finally out of its long
+ <a href="https://pear.php.net/">PEAR</a> is finally out of its long
beta period. As of PHP 4.3, the PEAR installer is installed by default.
Unix support is considered stable, while Windows and Darwin are still
of beta-quality.
diff --git a/archive/2007.php b/archive/2007.php
index cfa1f4859d..a6ed7679d5 100644
--- a/archive/2007.php
+++ b/archive/2007.php
@@ -452,7 +452,7 @@ functionality for PHP developers, including detailed error information,
<li>
Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support
for foreign keys to
- <a href="MDB2_Schema,
+ <a href="MDB2_Schema,
a package that "enables users to maintain RDBMS independant schema
files in XML that can be used to create, alter and drop database
entities and insert data into a database".
diff --git a/archive/2007.xml b/archive/2007.xml
index 2051f28e8b..7cd6205144 100644
--- a/archive/2007.xml
+++ b/archive/2007.xml
@@ -649,7 +649,7 @@ For more information please see <a href="http://www.zendcon.com/">http://www.zen
<li>
Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support
for foreign keys to
- <a href="MDB2_Schema,
+ <a href="MDB2_Schema,
a package that "enables users to maintain RDBMS independant schema
files in XML that can be used to create, alter and drop database
entities and insert data into a database".
diff --git a/archive/2008.php b/archive/2008.php
index b00588724e..3f57442be6 100644
--- a/archive/2008.php
+++ b/archive/2008.php
@@ -21,7 +21,7 @@
<div>
<p>Due to unfortunate circumstances Windows binaries for PECL extensions will no longer be available on http://pecl4win.php.net.</p>
- <p>Work is being done to incorporate Windows binaries for PECL extensions into <a href="http://pecl.php.net">pecl.php.net</a> and will hopefully be ready early 2009</p>
+ <p>Work is being done to incorporate Windows binaries for PECL extensions into <a href="https://pecl.php.net">pecl.php.net</a> and will hopefully be ready early 2009</p>
<p>If anyone is interested in the project please join the <a href="mailto:internals-win@lists.php.net">PHP Windows Development</a> <a href="http://php.net/mailinglist">mailinglist</a>\.</p>
</div>
diff --git a/archive/2008.xml b/archive/2008.xml
index ff76a38703..64759679bb 100644
--- a/archive/2008.xml
+++ b/archive/2008.xml
@@ -21,7 +21,7 @@
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Due to unfortunate circumstances Windows binaries for PECL extensions will no longer be available on http://pecl4win.php.net.</p>
- <p>Work is being done to incorporate Windows binaries for PECL extensions into <a href="http://pecl.php.net">pecl.php.net</a> and will hopefully be ready during the 1st quarter 2009</p>
+ <p>Work is being done to incorporate Windows binaries for PECL extensions into <a href="https://pecl.php.net">pecl.php.net</a> and will hopefully be ready during the 1st quarter 2009</p>
</div>
</content>
</entry>
diff --git a/docs.php b/docs.php
index 3119d5bf7d..a7003afd07 100644
--- a/docs.php
+++ b/docs.php
@@ -71,7 +71,7 @@
you should read the <a href="PHP: Documentation Tools guide</a>.
</li>
<li>
- <a href="http://pear.php.net/manual/">Documentation of PEAR and the various
+ <a href="https://pear.php.net/manual/">Documentation of PEAR and the various
packages</a> can be found on a separate server.
</li>
<li>
diff --git a/error.php b/error.php
index 351614ec78..6b4c2c6f1d 100644
--- a/error.php
+++ b/error.php
@@ -560,7 +560,7 @@
"php74news" => "https://github.com/php/php-src/raw/PHP-7.4/NEWS",
"php80news" => "https://github.com/php/php-src/raw/PHP-8.0/NEWS",
"phptrunknews" => "https://github.com/php/php-src/raw/master/NEWS",
- "pear" => "http://pear.php.net/",
+ "pear" => "https://pear.php.net/",
"bugs" => "https://bugs.php.net/",
"bugstats" => "https://bugs.php.net/stats.php",
"phpdochowto" => "PHP: Documentation Tools,
diff --git a/git-php.php b/git-php.php
index 493de5253d..ffecc67cc4 100644
--- a/git-php.php
+++ b/git-php.php
@@ -273,10 +273,10 @@
<p>
If you have a new PEAR package you wish to contribute, propose it
- through the <a href="http://pear.php.net/pepr/">PEPR system</a> on
- <a href="http://pear.php.net/">the PEAR website</a>. If you have a new PECL
+ through the <a href="https://pear.php.net/pepr/">PEPR system</a> on
+ <a href="https://pear.php.net/">the PEAR website</a>. If you have a new PECL
extension you wish to contribute, bring it up on the appropriate
- <a href="http://pecl.php.net/support.php">PECL mailing list</a> first.
+ <a href="https://pecl.php.net/support.php">PECL mailing list</a> first.
</p>
<p>
@@ -335,7 +335,7 @@
</p>
<p class="warn">
If someone told you to fill in an account request because you are a developer of
- a certain extension, for example a <a href="http://pecl.php.net/">PECL</a> extension,
+ a certain extension, for example a <a href="https://pecl.php.net/">PECL</a> extension,
then please state who told you to submit this request in the purpose text field below.
</p>
diff --git a/include/changelogs.inc b/include/changelogs.inc
index 91dac645a1..75898f3aa1 100644
--- a/include/changelogs.inc
+++ b/include/changelogs.inc
@@ -17,7 +17,7 @@ function peclbugfix($number): void {
}
function peclbugl($number): void {
- echo "<a href=\"PHP :: Bugs :: Search;
+ echo "<a href=\"PHP :: Bugs :: Search;
}
function githubissue($repo, $number): void {
diff --git a/license/contrib-guidelines-code.php b/license/contrib-guidelines-code.php
index 1374f7d087..7e54d6586e 100644
--- a/license/contrib-guidelines-code.php
+++ b/license/contrib-guidelines-code.php
@@ -36,8 +36,8 @@
For related projects, please refer to the Project websites:
</p>
<ul>
- <li><a href="http://pecl.php.net/copyright.php">PECL</a></li>
- <li><a href="http://pear.php.net/copyright.php">PEAR</a></li>
+ <li><a href="https://pecl.php.net/copyright.php">PECL</a></li>
+ <li><a href="https://pear.php.net/copyright.php">PEAR</a></li>
</ul>
<?php site_footer();
diff --git a/license/index.php b/license/index.php
index a9bbb5df31..881e270281 100644
--- a/license/index.php
+++ b/license/index.php
@@ -148,8 +148,8 @@
For related projects, please refer to licensing information on the Project websites:
</p>
<ul>
- <li><a href="http://pecl.php.net/copyright.php">PECL</a></li>
- <li><a href="http://pear.php.net/copyright.php">PEAR</a></li>
+ <li><a href="https://pecl.php.net/copyright.php">PECL</a></li>
+ <li><a href="https://pear.php.net/copyright.php">PEAR</a></li>
</ul>
<?php site_footer(['sidebar' => $SIDEBAR_DATA]);
diff --git a/mailing-lists.php b/mailing-lists.php
index 12f2146b78..e8d3eab9b8 100644
--- a/mailing-lists.php
+++ b/mailing-lists.php
@@ -17,8 +17,8 @@
<h3>Other PHP related mailing lists</h3>
<p>
- Find the <a href="http://pear.php.net/support/lists.php">PEAR
- lists</a> and the <a href="http://pecl.php.net/support.php">PECL
+ Find the <a href="https://pear.php.net/support/lists.php">PEAR
+ lists</a> and the <a href="https://pecl.php.net/support.php">PECL
lists</a> on their own pages.
</p>
diff --git a/releases/5_4_0.php b/releases/5_4_0.php
index ee7fe07869..1eb54f38f3 100644
--- a/releases/5_4_0.php
+++ b/releases/5_4_0.php
@@ -38,7 +38,7 @@
</ul>
<p>
-<b>Extensions moved to <a href="http://pecl.php.net">PECL</a>:</b>
+<b>Extensions moved to <a href="https://pecl.php.net">PECL</a>:</b>
</p>
<ul>
<li><a href="http://www.php.net/manual/ref.sqlite.php">ext/sqlite</a> (<a href="http://www.php.net/manual/book.sqlite3.php">ext/sqlite3</a> and <a href="http://www.php.net/manual/ref.pdo-sqlite.php">ext/pdo\_sqlite</a> are not affected)</li>
diff --git a/sites.php b/sites.php
index d72523522a..65dd26dfa7 100644
--- a/sites.php
+++ b/sites.php
@@ -76,7 +76,7 @@
</p>
<h2 id="pear" class="content-header">
- <a href="http://pear.php.net/">pear\.php\.net</a>:
+ <a href="https://pear.php.net/">pear\.php\.net</a>:
The PHP Extension and Application Repository
</h2>
@@ -89,7 +89,7 @@
</p>
<h2 id="pecl" class="content-header">
- <a href="http://pecl.php.net/">pecl\.php\.net</a>:
+ <a href="https://pecl.php.net/">pecl\.php\.net</a>:
The PHP Extension Community Library
</h2>
diff --git a/software.php b/software.php
index 9b45306a3c..d608236248 100644
--- a/software.php
+++ b/software.php
@@ -18,12 +18,12 @@
</p>
<p>
<?php echo make_image("pear-icon.png", $alt = "pear.php.net", "left") ?>
- <a href="http://pear.php.net/">pear\.php\.net</a><br>
+ <a href="https://pear.php.net/">pear\.php\.net</a><br>
The PEAR project where you can find reusable components for PHP .<br clear="left">
</p>
<p>
<?php echo make_image("pecl-icon.png", $alt = "pecl.php.net", "left") ?>
- <a href="http://pecl.php.net/">pecl\.php\.net</a><br>
+ <a href="https://pecl.php.net/">pecl\.php\.net</a><br>
The PECL project where you can find PHP extensions.<br clear="left">
</p>
diff --git a/unsub.php b/unsub.php
index 0e2b1f2d23..c9bedac8a2 100644
--- a/unsub.php
+++ b/unsub.php
@@ -5,8 +5,8 @@
<h3>Other PHP related mailing lists</h3>
<p>
- Unsubscribe from the <a href="http://pear.php.net/support/lists.php">PEAR
- lists</a> and the <a href="http://pecl.php.net/support.php">PECL
+ Unsubscribe from the <a href="https://pear.php.net/support/lists.php">PEAR
+ lists</a> and the <a href="https://pecl.php.net/support.php">PECL
lists</a> on their own pages.
</p>
';