Author: Christoph M. Becker (cmb69)
Date: 2021-10-11T14:49:00+02:00

Commit: 
https://github.com/php/web-windows/commit/87c10be3ba95f7f7a6c0a6158c14cc1dd26881e5
Raw diff: 
https://github.com/php/web-windows/commit/87c10be3ba95f7f7a6c0a6158c14cc1dd26881e5.diff

Post about missing PECL DLLs

We also change the download link in the left column for the time being.

Changed paths:
  A  news/2021-10-11-1.php
  M  templates/left_column.php


Diff:

diff --git a/news/2021-10-11-1.php b/news/2021-10-11-1.php
new file mode 100644
index 0000000..50e062e
--- /dev/null
+++ b/news/2021-10-11-1.php
@@ -0,0 +1,19 @@
+<div class="info entry" id="news-2021-10-11-1">
+  <!-- .info -->
+  <h3 class="summary entry-title">Where are the PECL DLLs?</h3>
+  <?php news_date('11-Oct-2021') ?>
+  <div>
+    <p>
+      You may have noticed already that Windows DLLs are no longer available on
+      <a href="https://pecl.php.net/";>PECL</a>. Since the PHP for Windows team 
has no
+      access to that machine to debug the problem, the best we could do is to 
file a
+      <a href="https://bugs.php.net/bug.php?id=81492";>respective bug 
report</a>,
+      and to hope that it will be fixed in a timely manner.
+    </p>
+    <p>
+      Anyhow, we keep building and monitoring the build results of all PECL
+      packages for Windows. And you can <a 
href="https://windows.php.net/downloads/pecl/releases/";>
+      download the DLLs from our server</a>. Sorry for the inconvenience!
+    </p>
+  </div>
+</div><!-- .info -->
diff --git a/templates/left_column.php b/templates/left_column.php
index 16cb90a..30c20d6 100644
--- a/templates/left_column.php
+++ b/templates/left_column.php
@@ -29,7 +29,7 @@
                                     <h3>PECL For Windows</h3>
                                     <p>
                                     <a href="http://pecl.php.net";>PECL 
extensions</a> for Windows is being worked on.
-                                    Windows DLL can be downloaded right from 
the <a href="http://pecl.php.net";>PECL website</a>.
+                                    Windows DLL can be downloaded from the <a 
href="https://windows.php.net/downloads/pecl/releases/";>our server</a>.
                                    <br /><br />
 
                                     The PECL extension 

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

Reply via email to