diff options
| author | levlam <levlam@telegram.org> | 2023-03-07 14:46:43 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-03-07 14:46:43 +0300 |
| commit | 25154f1ee7fbc6917b37d233e79e5b6538ced83c (patch) | |
| tree | 58166b43d4999925e6cc3cfe4bc8bec8d2801b13 /build.html | |
| parent | 72b6eadd8d6a7f3ab6155045bc6e6029060666f2 (diff) | |
Update PHP download link.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html index f19a60eb1..9577c9923 100644 --- a/build.html +++ b/build.html @@ -709,7 +709,7 @@ function onOptionsChanged() { pre_text.push('Download and install <a href="https://visualstudio.microsoft.com/vs/community/">Microsoft Visual Studio</a>. Enable C++' + win10_sdk + ' support while installing.'); pre_text.push('Download and install <a href="https://cmake.org/download/">CMake</a>; choose "Add CMake to the system PATH" option while installing.'); pre_text.push('Download and install <a href="https://git-scm.com/download/win">Git</a>.'); - pre_text.push('Download and unpack <a href="https://windows.php.net/download#php-7.2">PHP</a>. Add the path to php.exe to the PATH environment variable.'); + pre_text.push('Download and unpack <a href="https://windows.php.net/download">PHP</a>. Add the path to php.exe to the PATH environment variable.'); if (target === 'C++/CX') { switch (archiver) { case '7zip': |
