Commit: a6ff072737520049bc3e26a4118d17723b3836be Author: Christoph M. Becker <cmbecke...@gmx.de> Thu, 31 Jan 2019 13:46:20 +0100 Parents: d7e8cd6419a872194448f493d48bf5eb85667071 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a6ff072737520049bc3e26a4118d17723b3836be Log: Remove out-dated info regarding Windows builds Changed paths: M releases/index.php Diff: diff --git a/releases/index.php b/releases/index.php index de4bf86..de5429a 100644 --- a/releases/index.php +++ b/releases/index.php @@ -153,11 +153,6 @@ site_header("Releases", array( they are no longer supported</em>. </p> -<p> - <em>Note to Windows users: Only PHP 5.3+ versions are available as both VC6 and VC9 builds. - All versions prior were built using VC6.</em> -</p> - <?php function mk_rel($major, $ver, $date, $announcement, $source, $windows, $museum) { printf("<a id=\"%s\"></a>\n<h2>%1\$s</h2>\n<ul>\n <li>Released: %s</li>\n <li>Announcement: ", ($pos = strpos($ver, " ")) ? substr($ver, 0, $pos) : $ver, $date); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php