Commit: 867495e1325994528d02121f4dba860f641bfbca Author: Christoph M. Becker <[email protected]> Tue, 1 Oct 2019 13:45:43 +0200 Parents: 66ed95145f33a19c3caff96557a854887d691e58 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=867495e1325994528d02121f4dba860f641bfbca Log: "OpenSSL default config path changed" news entry Changed paths: A news/2019-10-01-1.php Diff: diff --git a/news/2019-10-01-1.php b/news/2019-10-01-1.php new file mode 100644 index 0000000..4582219 --- /dev/null +++ b/news/2019-10-01-1.php @@ -0,0 +1,19 @@ +<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 --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
