Commit: 1962bc5455166207e440fe1bc5afbf9ded29a9f9 Author: Christoph M. Becker <[email protected]> Thu, 21 Nov 2019 12:44:44 +0100 Parents: b00b7851b4d1216bfcdc0eb39da57c83c5747972 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1962bc5455166207e440fe1bc5afbf9ded29a9f9 Log: Use https URLs Changed paths: M archive/entries/2019-11-21-1.xml M releases/7_3_12.php Diff: diff --git a/archive/entries/2019-11-21-1.xml b/archive/entries/2019-11-21-1.xml index 52f691423..6afc73b2e 100644 --- a/archive/entries/2019-11-21-1.xml +++ b/archive/entries/2019-11-21-1.xml @@ -15,9 +15,9 @@ <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> - <p>For source downloads of PHP 7.3.12 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, - Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. - The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.3.12">ChangeLog</a>. + <p>For source downloads of PHP 7.3.12 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.12">ChangeLog</a>. </p> </div> </content> diff --git a/releases/7_3_12.php b/releases/7_3_12.php index 13930123d..4b4c5ebe3 100644 --- a/releases/7_3_12.php +++ b/releases/7_3_12.php @@ -11,9 +11,9 @@ site_header("PHP 7.3.12 Release Announcement"); <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> - <p>For source downloads of PHP 7.3.12 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, - Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. - The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.3.12">ChangeLog</a>. + <p>For source downloads of PHP 7.3.12 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.12">ChangeLog</a>. </p> <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
