Commit: e7c62d718b8d697eaa6ebb1188854d9796b15620 Author: Christoph M. Becker <[email protected]> Sun, 9 Aug 2020 14:44:20 +0200 Parents: be84e15b3ea4eb6abdd288d90008bda3f3ee9c22 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=e7c62d718b8d697eaa6ebb1188854d9796b15620 Log: Post about missing OCI DLLs Changed paths: A news/2020-08-09-1.php Diff: diff --git a/news/2020-08-09-1.php b/news/2020-08-09-1.php new file mode 100644 index 0000000..9e8b399 --- /dev/null +++ b/news/2020-08-09-1.php @@ -0,0 +1,16 @@ +<div class="info entry" id="news-2020-08-09-1"> + <!-- .info --> + <h3 class="summary entry-title">OCI DLLs missing from PHP 8.0.0 pre-release builds</h3> + <?php news_date('09-Aug-2020') ?> + <div> + <p> + Due to a build system error which only has been noticed recently, so far + the PHP 8.0.0 pre-release builds didn't contain php_oci8_12c.dll and + php_pdo_oci.dll in the ext/ folder. You can now separately <a + href="https://windows.php.net/downloads/snaps/ostc/oci/">download these + files</a> and copy them in your existing PHP-8.0.0beta1 installation (the + DLLs are not suitable for the alpha releases). Make sure that you use the + appropriate package (x64 vs. x86, and non thread-safe vs. thread-safe). + </p> + </div> +</div><!-- .info --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
