We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec526f8 commit 4e50c82Copy full SHA for 4e50c82
include/download-instructions/windows-downloads.php
@@ -2,7 +2,7 @@
2
$baseDownloads = 'https://downloads.php.net/~windows/releases/';
3
4
$dataStr = @file_get_contents(__DIR__ . '/win-releases.json');
5
-$releases = $dataStr ? json_decode($dataStr ?? $json, true) : null;
+$releases = $dataStr ? json_decode($dataStr, true) : null;
6
7
if (!is_array($releases)) {
8
echo '<p>Windows release index is temporarily unavailable.</p>';
0 commit comments