Commit: b25bae7b5bd33c354101c43ab9c1dbc170e9deb4 Author: Anatol Belski <[email protected]> Mon, 12 Mar 2018 11:43:48 +0100 Parents: 3192fe83831f5e07df160ddc1d99af586990bb6f Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=b25bae7b5bd33c354101c43ab9c1dbc170e9deb4 Log: Add news note about SSL switch Changed paths: M docroot/index.php Diff: diff --git a/docroot/index.php b/docroot/index.php index 8fa04dd..1e2cd68 100644 --- a/docroot/index.php +++ b/docroot/index.php @@ -32,6 +32,19 @@ include TPL_PATH . 'news_line.php'; <!-- .block --> <div class="info entry"> <!-- .info --> + <h3 class="summary entry-title">The windows.php.net site uses SSL by default</h3> + <?php news_date('12-Mar-2018') ?> + <div> + <p>Thanks to "Let's Encrypt", the site now uses SSL by default. All the non + SSL links are transparently redirected to the SSL locations. + </p> + <p>WinXP users might experience connection issues. It is a high time to switch away + from WinXP to some more recent OS version.</p> + </div> + </div><!-- .info --> + + <div class="info entry"> + <!-- .info --> <h3 class="summary entry-title">AVX builds</h3> <?php news_date('08-Mar-2018') ?> <div> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
