Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Use https instead of http as protocol in links to php.net #623

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion ChangeLog-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog-5.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<b><?php release_date('10-Jan-2019'); ?></b>
<ul><li>GD:
<ul>
<li><?php bugfix(77269); ?> (efree() on uninitialized Heap data in imagescale leads to
<li><?php bugfix(77269); ?> (efree() on uninitialized Heap data in imagescale leads to
use-after-free). (CVE-2016-10166)</li>
<li><?php bugfix(77270); ?> (imagecolormatch Out Of Bounds Write on Heap). (CVE-2019-6977)</li>
</ul></li>
Expand Down Expand Up @@ -9380,7 +9380,7 @@ abstract classes). (Felipe)</li>

<li>Core:
<ul>
<li>Updated crypt_blowfish to 1.2. (CVE-2011-2483) (Solar Designer) <a href="http://php.net/security/crypt_blowfish">(more info)</a></li>
<li>Updated crypt_blowfish to 1.2. (CVE-2011-2483) (Solar Designer) <a href="https://php.net/security/crypt_blowfish">(more info)</a></li>
<li>Removed warning when argument of is_a() or is_subclass_of() is not a known class. (Stas)</li>
<li>Fixed crash in error_log(). (Felipe) Reported by Mateusz Kocielski.</li>
<li>Added PHP_MANDIR constant telling where the manpages were installed into, and an --man-dir argument to php-config. (Hannes)</li>
Expand Down
2 changes: 1 addition & 1 deletion archive/1998.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
conversion program will help you migrate your PHP 2 scripts to PHP 3.
</p>
<p>
<a href="http://cvs.php.net/co.php/phpweb/Attic/release-3.0.txt?sa=1&amp;login=2&amp;r=1.2">Read
<a href="https://cvs.php.net/co.php/phpweb/Attic/release-3.0.txt?sa=1&amp;login=2&amp;r=1.2">Read
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cvs.php.net is no longer abailable (for years?)

the full anouncement</a>.
</p>

Expand Down
2 changes: 1 addition & 1 deletion archive/2000.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<p>
<span class="newsdate">[06-Oct-2000]</span>
You can now go directly to PHP manual pages with a URL such as
<a href="http://php.net/strlen">php.net/strlen</a>.
<a href="https://php.net/strlen">php.net/strlen</a>.
</p>

<hr>
Expand Down
36 changes: 18 additions & 18 deletions archive/2001.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@

<p>
<span class="newsdate">[18-Oct-2001]</span>
<a href="http://gtk.php.net/">PHP-GTK</a>
<a href="http://gtk.php.net/docs.php">documentation</a> is starting
<a href="https://gtk.php.net/">PHP-GTK</a>
<a href="https://gtk.php.net/docs.php">documentation</a> is starting
to be more filled out. The manual is now rebuilt every night and
<a href="http://gtk.php.net/download-docs.php">downloadable versions</a>
<a href="https://gtk.php.net/download-docs.php">downloadable versions</a>
of it in different formats are also available. If you have been working with
PHP-GTK and would like to contribute to the documentation effort, please
let us know.
Expand Down Expand Up @@ -105,7 +105,7 @@

<hr>

<?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
<?php news_image("https://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
<h1>PHP-GTK version 0.1 released</h1>

<p>
Expand All @@ -122,8 +122,8 @@
<p>
A talk on PHP-GTK was presented by Andrei Zmievski and Frank Kromann at the 2001
O'Reilly Open Source Conference in San Diego. The slides from the talk can be
<a href="http://conf.php.net/sd-gtk">viewed online</a>.
For more information, visit <a href="http://gtk.php.net/">the PHP-GTK website</a>.
<a href="https://conf.php.net/sd-gtk">viewed online</a>.
For more information, visit <a href="https://gtk.php.net/">the PHP-GTK website</a>.
</p>

<hr>
Expand All @@ -143,10 +143,10 @@
Some presentations, you can see online:
</p>
<ul>
<li>Rasmus Lerdorf's <a href="http://conf.php.net/or2001">PHP - Spinal Injection</a></li>
<li>Thies Arntzen on <a href="http://conf.php.net/oci2">Making efficient use of Oracle8i thru Apache and PHP 4</a></li>
<li>Andrei Zmievski and Frank M. Kromann with <a href="http://conf.php.net/sd-gtk">PHP-GTK</a></li>
<li>Jon Parise on <a href="http://conf.php.net/pear2">The PHP Extension and Application Repository</a></li>
<li>Rasmus Lerdorf's <a href="https://conf.php.net/or2001">PHP - Spinal Injection</a></li>
<li>Thies Arntzen on <a href="https://conf.php.net/oci2">Making efficient use of Oracle8i thru Apache and PHP 4</a></li>
<li>Andrei Zmievski and Frank M. Kromann with <a href="https://conf.php.net/sd-gtk">PHP-GTK</a></li>
<li>Jon Parise on <a href="https://conf.php.net/pear2">The PHP Extension and Application Repository</a></li>
</ul>

<p>
Expand All @@ -161,9 +161,9 @@
<span class="newsdate">[29-Jul-2001]</span>
You don't need to go online anymore, to access the PHP FAQ,
because we integrated it for you in the PHP Manual, so you can
<a href="http://www.php.net/docs.php">download it</a> in
<a href="https://www.php.net/docs.php">download it</a> in
various formats with the Manual packages, and
<a href="http://www.php.net/manual/en/faq.php">annotate
<a href="https://www.php.net/manual/en/faq.php">annotate
the pages online</a>, as you wish.
</p>

Expand Down Expand Up @@ -260,11 +260,11 @@
presentations online. Check out:
</p>
<ul>
<li>Thies Arntzen on <a href="http://conf.php.net/oci">Making efficient use of Oracle8i thru Apache and PHP 4</a></li>
<li>Stig Bakken on <a href="http://conf.php.net/pear">The PHP Extension and Application Repository</a></li>
<li>Thies Arntzen on <a href="https://conf.php.net/oci">Making efficient use of Oracle8i thru Apache and PHP 4</a></li>
<li>Stig Bakken on <a href="https://conf.php.net/pear">The PHP Extension and Application Repository</a></li>
<li>Daniel Beckham and Brian Moon on <a href="http://dealnews.com/apachecon/">Caching Dynamic Web Content to Increase Dependability and Performance</a></li>
<li>Rasmus Lerdorf's <a href="http://conf.php.net/ac2">Introduction to PHP</a></li>
<li>Zeev Suraski on <a href="http://conf.php.net/pres/other/internals/">PHP 4 Internals</a></li>
<li>Rasmus Lerdorf's <a href="https://conf.php.net/ac2">Introduction to PHP</a></li>
<li>Zeev Suraski on <a href="https://conf.php.net/pres/other/internals/">PHP 4 Internals</a></li>
<li>Nathan Wallace with <a href="http://www.e-gineer.com/articles/php-hackers-paradise-revisited.phtml">PHP: Hackers Paradise Revisited</a></li>
</ul>

Expand Down Expand Up @@ -294,14 +294,14 @@

<hr>

<?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
<?php news_image("https://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
<h1>Announcing PHP-GTK</h1>
<p>
<span class="newsdate">[01-Mar-2001]</span>
The first release of PHP-GTK is now available. PHP-GTK is a PHP extension that
provides an object-oriented interface to the GTK+ toolkit and enables you to write
client-side cross-platform GUI applications. For more information, visit
<a href="http://gtk.php.net/">http://gtk.php.net/</a>.
<a href="https://gtk.php.net/">http://gtk.php.net/</a>.
</p>

<hr>
Expand Down
10 changes: 5 additions & 5 deletions archive/2002.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
browser specific magic you can now use our
<a href="/sidebars.php">Search Bar</a> from the major browsers. Please help
us to test this new service, and provide feedback via
<a href="http://bugs.php.net/">the bug system</a> (categorize your bug
<a href="https://bugs.php.net/">the bug system</a> (categorize your bug
as a PHP.net website bug please).
</p>

Expand Down Expand Up @@ -455,8 +455,8 @@
Damien Seguy has written <a href="/sites.php">a tourist's guide</a> to the
various sites that make up the PHP.net family of sites. Did you know you can
browse a hyperlinked version of the PHP source code at <a
href="http://lxr.php.net/">lxr.php.net</a>? View the archives of all of the
mailing lists at <a href="http://news.php.net/">news.php.net</a>? See what else
href="https://lxr.php.net/">lxr.php.net</a>? View the archives of all of the
mailing lists at <a href="https://news.php.net/">news.php.net</a>? See what else
you've been missing.
</p>

Expand Down Expand Up @@ -519,7 +519,7 @@
<span class="newsdate">[23-Mar-2002]</span>
Ever wondered what you can type in your browsers location
field to access a php.net page? Many of you already know
<a href="http://php.net/echo">http://php.net/echo</a>.
<a href="https://php.net/echo">https://php.net/echo</a>.
We gathered some information about how the URLs are parsed,
and what are your possibilities. Read it in our new
<a href="urlhowto.php">URL Howto</a>.
Expand Down Expand Up @@ -568,7 +568,7 @@

<p>
<span class="newsdate">[24-Jan-2002]</span>
<a href="http://gtk.php.net/">PHP-GTK</a> has reached version
<a href="https://gtk.php.net/">PHP-GTK</a> has reached version
0.5.0, also known as <em>"monday starts on saturday"</em>. The version number
was bumped from 0.1.1 to this one to indicate that PHP-GTK is now a fairly
mature and stable extension and can be used for a variety of applications
Expand Down
10 changes: 5 additions & 5 deletions archive/2003.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

<hr>

<?php news_image("http://vancouver.php.net/", "vancouver_conference_2004.gif", "Vancouver PHP Conference 2004"); ?>
<?php news_image("https://vancouver.php.net/", "vancouver_conference_2004.gif", "Vancouver PHP Conference 2004"); ?>

<h1>Vancouver PHP Conference 2004</h1>
<p>
<span class="newsdate">[22-Dec-2003]</span>
The Vancouver PHP Users Association presents <a href="http://vancouver.php.net/">The PHP Vancouver Conference</a>
The Vancouver PHP Users Association presents <a href="https://vancouver.php.net/">The PHP Vancouver Conference</a>
on January 22-23, a professional and technical conference focused on the PHP scripting language.
The goal of this conference is to bring together some of the world's leading PHP developers and
business professionals to share their experience with both students and PHP professionals in a series of talks.
Expand Down Expand Up @@ -166,7 +166,7 @@
You can autocomplete the name with the space key and navigate in the dropdown
with the up and down cursor keys. We welcome feedback on this feature at
<a href="/contact.php">the webmasters email address</a>, but
please submit any bugs you find <a href="http://bugs.php.net/">in the
please submit any bugs you find <a href="https://bugs.php.net/">in the
bug system</a> classifying them as a "PHP.net website problem" and providing
as much information as possible (OS, Browser version, Javascript errors, etc..).
</p>
Expand Down Expand Up @@ -551,7 +551,7 @@
<strong>Note</strong>: <em>This is a beta version. It should not be used in
production or even semi-production web sites.</em> There are known bugs in it,
and in addition, some of the features may change (based on feedback). We
encourage you to download and play with it (and <a href="http://bugs.php.net/">report
encourage you to download and play with it (and <a href="https://bugs.php.net/">report
bugs</a> if you find any!), but please do not replace your production
installations of PHP 4 at this time.
</p>
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion archive/2004.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ functions starting with the letters you typed in. You can browse the list
The Spanish PHP mailing list was relocated to our list server.
If you would like to subscribe to the list, you can do it via our
<a href="mailing-lists.php">mailing lists page</a>. To read
the archives, please see <a href="http://news.php.net/">our
the archives, please see <a href="https://news.php.net/">our
news server</a>.
</p>

Expand Down
6 changes: 3 additions & 3 deletions archive/2005.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
applications - in cases where PHP formerly just silently ignored this
and often causing memory corruptions - we also recommend to test PHP
4.4.0RC2 with your applications. The final release is planned for July
11th. PHP 4.4.0RC2 can be found <a href="http://qa.php.net/~derick/">here</a>.
11th. PHP 4.4.0RC2 can be found <a href="https://qa.php.net/~derick/">here</a>.
</p>

<hr>
Expand All @@ -261,7 +261,7 @@
</p>
<hr>

<?php news_image("http://www.php.net", "php10thbd.jpg", "PHP 10th anniversary cake"); ?>
<?php news_image("https://www.php.net", "php10thbd.jpg", "PHP 10th anniversary cake"); ?>
<h1>10 years since PHP 1.0 was released!</h1>
<p>
<span class="newsdate">[08-Jun-2005]</span>
Expand Down Expand Up @@ -521,7 +521,7 @@

<hr>

<?php news_image("http://www.php.net/", "php-logo.gif", "Programming Language of 2004"); ?>
<?php news_image("https://www.php.net/", "php-logo.gif", "Programming Language of 2004"); ?>
<h1>PHP awarded Programming Language of 2004</h1>

<p>
Expand Down
8 changes: 4 additions & 4 deletions archive/2007.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
The PHP documentation team is pleased to announce the initial release of
the new build system that generates the PHP Manual. Written in PHP, PhD
(<em>[PH]P based [D]ocBook renderer</em>) builds are now available for
viewing at <a href="http://docs.php.net/">docs.php.net</a>. Everyone is
viewing at <a href="https://docs.php.net/">docs.php.net</a>. Everyone is
encouraged to test and use this system so
that <a href="http://bugs.php.net/">bugs</a> will be found and squashed.
that <a href="https://bugs.php.net/">bugs</a> will be found and squashed.
</p>

<p>
Expand Down Expand Up @@ -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="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".
Expand Down Expand Up @@ -639,7 +639,7 @@ functionality for PHP developers, including detailed error information,
<li>... and more to come!</li>
</ul>

<p>Please <a href="/about.howtohelp">help us improve the documentation</a> by <a href="http://bugs.php.net/">submitting bug reports</a>, and adding notes to undocumented functions.</p>
<p>Please <a href="/about.howtohelp">help us improve the documentation</a> by <a href="https://bugs.php.net/">submitting bug reports</a>, and adding notes to undocumented functions.</p>
</div>
</div>

Expand Down
Loading