Author: Christoph M. Becker (cmb69)
Date: 2021-07-15T00:08:00+02:00

Commit: 
https://github.com/php/web-windows/commit/2c0c4d3a34579992ef7e88a20e4e668ea8a92674
Raw diff: 
https://github.com/php/web-windows/commit/2c0c4d3a34579992ef7e88a20e4e668ea8a92674.diff

Announce switch to libjpeg-turbo

Changed paths:
  A  news/2021-07-14-1.php


Diff:

diff --git a/news/2021-07-14-1.php b/news/2021-07-14-1.php
new file mode 100644
index 0000000..f69dee4
--- /dev/null
+++ b/news/2021-07-14-1.php
@@ -0,0 +1,20 @@
+<div class="info entry" id="news-2020-08-09-1">
+  <!-- .info -->
+  <h3 class="summary entry-title">libjpeg dependency</h3>
+  <?php news_date('14-Jul-2021') ?>
+  <div>
+    <p>
+      As of PHP 8.1.0, the official Windows dependencies use <a
+      href="https://libjpeg-turbo.org/";>libjpeg-turbo</a>
+      instead of <a href="http://ijg.org/";>libjpeg</a>. The main reason is that
+      libjpeg-turbo offers better performance, because it uses SIMD 
instructions
+      on supported platforms (Windows x86 and x64 are supported). Note that 
many
+      Linux distributions already use libjpeg-turbo for quite a while.
+    </p>
+    <p>
+      This is relevant for the GD extension, but may affect other extensions as
+      well. Please <a href="https://bugs.php.net/report.php";>file a bug 
report</a>,
+      if you experience any problems regarding this change.
+    </p>
+  </div>
+</div><!-- .info -->

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to