Commit: 6a0ffc18633e929a1bc55a120c07367eca87d01f Author: Christoph M. Becker <[email protected]> Tue, 8 Oct 2019 13:33:38 +0200 Parents: 867495e1325994528d02121f4dba860f641bfbca Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=6a0ffc18633e929a1bc55a120c07367eca87d01f Log: News: OpenSSL default config path changed Changed paths: D news/2019-10-01-1.php A news/2019-10-08-1.php Diff: diff --git a/news/2019-10-01-1.php b/news/2019-10-01-1.php deleted file mode 100644 index 4582219..0000000 --- a/news/2019-10-01-1.php +++ /dev/null @@ -1,19 +0,0 @@ -<div class="info entry" id="news-2019-10-01-1"> - <!-- .info --> - <h3 class="summary entry-title">OpenSSL default config path changed</h3> - <?php news_date('01-Oct-2019') ?> - <div> - <p> - As of PHP 7.4.0, the OpenSSL default config path changes from - c:\usr\local\ssl\openssl.cnf to C:\Program Files\Common Files\SSL\openssl.conf - for x64 builds, and C:\Program Files (x86)\Common Files\SSL\openssl.conf - for x86 builds. These paths match the defaults of OpenSSL 1.1, and are - more inline with the Windows folder structure than the old settings. - Note that this path is still configurable via the environment variable - <i>OPENSSL_CONF</i>. - See also the - <a href="https://www.php.net/manual/en/openssl.installation.php">installation</a> - section in the PHP manual. - </p> - </div> -</div><!-- .info --> diff --git a/news/2019-10-08-1.php b/news/2019-10-08-1.php new file mode 100644 index 0000000..e5e84ab --- /dev/null +++ b/news/2019-10-08-1.php @@ -0,0 +1,19 @@ +<div class="info entry" id="news-2019-10-08-1"> + <!-- .info --> + <h3 class="summary entry-title">OpenSSL default config path changed</h3> + <?php news_date('08-Oct-2019') ?> + <div> + <p> + As of PHP 7.4.0, the OpenSSL default config path changes from + c:\usr\local\ssl\openssl.cnf to C:\Program Files\Common Files\SSL\openssl.conf + for x64 builds, and C:\Program Files (x86)\Common Files\SSL\openssl.conf + for x86 builds. These paths match the defaults of OpenSSL 1.1, and are + more inline with the Windows folder structure than the old settings. + Note that this path is still configurable via the environment variable + <i>OPENSSL_CONF</i>. + See also the + <a href="https://www.php.net/manual/en/openssl.installation.php">installation</a> + section in the PHP manual. + </p> + </div> +</div><!-- .info --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
