mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
fix: update pear.php.net and pecl.php.net links to https
This commit is contained in:
committed by
Derick Rethans
parent
a62726eb5f
commit
5d9af2102f
@@ -1260,7 +1260,7 @@ More information on this release on <a href="/releases.php#4.3.1">our Releases p
|
||||
<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>
|
||||
|
||||
@@ -789,7 +789,7 @@ site_header("News Archive - 2003", ["cache" => true]);
|
||||
<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.
|
||||
|
||||
@@ -452,7 +452,7 @@ those releases and PHP 5.2.3.
|
||||
<li>
|
||||
Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support
|
||||
for foreign keys to
|
||||
<a href="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
|
||||
<a href="https://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
|
||||
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".
|
||||
|
||||
@@ -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="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
|
||||
<a href="https://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
|
||||
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".
|
||||
|
||||
@@ -21,7 +21,7 @@ site_header("News Archive - 2008", ["cache" => true]);
|
||||
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
2
docs.php
2
docs.php
@@ -71,7 +71,7 @@ foreach (Languages::ACTIVE_ONLINE_LANGUAGES as $langcode => $langname) {
|
||||
you should read the <a href="https://doc.php.net/guide/">contribution 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>
|
||||
|
||||
@@ -560,7 +560,7 @@ $external_redirects = [
|
||||
"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" => "https://doc.php.net/guide/",
|
||||
|
||||
@@ -273,10 +273,10 @@ EOT;
|
||||
|
||||
<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 @@ EOT;
|
||||
</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>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ function peclbugfix($number): void {
|
||||
}
|
||||
|
||||
function peclbugl($number): void {
|
||||
echo "<a href=\"http://pecl.php.net/bugs/bug.php?id=$number\">#$number</a>";
|
||||
echo "<a href=\"https://pecl.php.net/bugs/bug.php?id=$number\">#$number</a>";
|
||||
}
|
||||
|
||||
function githubissue($repo, $number): void {
|
||||
|
||||
@@ -36,8 +36,8 @@ site_header("License Information", ["current" => "help"]);
|
||||
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();
|
||||
|
||||
@@ -148,8 +148,8 @@ PHP become as popular as possible.
|
||||
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]);
|
||||
|
||||
@@ -17,8 +17,8 @@ $SIDEBAR_DATA = '
|
||||
<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>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ and includes a large number of new features and bug fixes.
|
||||
</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>
|
||||
|
||||
@@ -76,7 +76,7 @@ site_header("A Tourist's Guide", ["current" => "help"]);
|
||||
</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 @@ site_header("A Tourist's Guide", ["current" => "help"]);
|
||||
</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>
|
||||
|
||||
|
||||
@@ -18,12 +18,12 @@ site_header("PHP Software", ["current" => "help"]);
|
||||
</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>
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ $SIDEBAR_DATA = '
|
||||
<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>
|
||||
';
|
||||
|
||||
Reference in New Issue
Block a user