Skip to content

Commit 4618a89

Browse files
shivammathurderickr
authored andcommitted
Fix windows builds releases file path
1 parent 3c99682 commit 4618a89

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/download-instructions/windows-downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$baseDownloads = 'https://downloads.php.net/~windows/releases/';
33

4-
$dataStr = @file_get_contents(__DIR__ . '/win-releases.json');
4+
$dataStr = @file_get_contents(__DIR__ . '/../../backend/win-releases.json');
55
$releases = $dataStr ? json_decode($dataStr, true) : null;
66

77
if (!is_array($releases)) {

0 commit comments

Comments
 (0)