1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Remove mention of 'windows.php.net'

This commit is contained in:
Derick Rethans
2026-03-17 10:56:14 +00:00
parent 5bee7281a9
commit 8d59030641
2 changed files with 1 additions and 9 deletions

View File

@@ -237,7 +237,7 @@ to verify the tags:
<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&amp;os=windows&amp;osvariant=windows-downloads&amp;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:

View File

@@ -142,13 +142,6 @@ site_header("A Tourist's Guide", ["current" => "help"]);
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 @@ $SIDEBAR = <<<SIDEBAR_DATA
<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;