Author: Derick Rethans (derickr) Date: 2026-03-18T14:14:49-04:00 Commit: https://github.com/php/web-php/commit/4ec9adf3e1321b99615467e51ae77bae7bd8d890 Raw diff: https://github.com/php/web-php/commit/4ec9adf3e1321b99615467e51ae77bae7bd8d890.diff
Remove mention of 'windows.php.net' Changed paths: M downloads.php M sites.php Diff: diff --git a/downloads.php b/downloads.php index fd123c3f35..5275d380db 100644 --- a/downloads.php +++ b/downloads.php @@ -237,7 +237,7 @@ function option(string $value, string $desc, $attributes = []): string <h2>Binaries</h2> <p> - <a href="https://windows.php.net/download/">Binaries are available for + <a href="https://www.php.net/downloads.php?usage=web&os=windows&osvariant=windows-downloads&version=default">Binaries are available for Microsoft Windows</a>. The PHP project does not currently release binary packages for other platforms such as Linux or macOS, but they are packaged by distributions and other providers. For more information, see: diff --git a/sites.php b/sites.php index 65dd26dfa7..cfa45430f3 100644 --- a/sites.php +++ b/sites.php @@ -142,13 +142,6 @@ interface to it. There you can browse the history (and latest versions) of the has a wiki section and everyone is able to apply for wiki commit access. </p> -<h2 id="windows" class="content-header"><a href="https://windows.php.net/">windows.php.net</a>: PHP for Windows</h2> - -<p class="content-box"> - This site is dedicated to supporting PHP on Microsoft Windows. - It also supports ports of PHP extensions or features as well as providing special builds for the various Windows architectures. -</p> - <h2 id="people" class="content-header"><a href="https://people.php.net/">people.php.net</a>: The PHP Developers Profiles</h2> <p class="content-box"> @@ -168,7 +161,6 @@ interface to it. There you can browse the history (and latest versions) of the <p class='panel'><a href="#doc">Documentation collaboration</a></p> <p class='panel'><a href="#git">Git Repository</a></p> <p class='panel'><a href="#wiki">The PHP Wiki</a></h2> -<p class='panel'><a href="#windows">PHP for Windows</a></h2> <p class='panel'><a href="#people">The PHP Developers Profiles</a></h2> SIDEBAR_DATA;
