Commit:    fd9f82d0fb52153cee81727fb9ca47235235af2d
Author:    Adam Harvey <[email protected]>         Tue, 30 Sep 2014 17:35:58 -0700
Parents:   293283e25cd4eb34c48c765faf8019e2aa345e74
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=fd9f82d0fb52153cee81727fb9ca47235235af2d

Log:
Temporary hackery to force a mirror until they all catch up.

This should be reverted tomorrow.

Changed paths:
  M  include/php_versions.php


Diff:
diff --git a/include/php_versions.php b/include/php_versions.php
index 38fc9f5..bce8492 100644
--- a/include/php_versions.php
+++ b/include/php_versions.php
@@ -53,7 +53,7 @@
                        }
                }
 
-               $stable_releases = 
json_decode(file_get_contents('http://php.net/releases/active.php'), true);
+               $stable_releases = 
json_decode(file_get_contents('http://us3.php.net/releases/active.php'), true);
                foreach ($stable_releases as $major => $major_releases) {
                        foreach ($major_releases as $release) {
                                $version_parts = 
parseVersion($release['version']);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to