Commit:    3ea89472aaa48dd4a9b832005439b35473422cf8
Author:    Daniel P. Brown <[email protected]>         Wed, 10 Oct 2012 14:23:47 
-0400
Parents:   474c994f457a11303b546e41af1efec1d4729b3a
Branches:  master

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

Log:
First part of a series of commits designed to repair the missing sponsorship 
info on round-robin enabling.

Changed paths:
  M  mirror-info.php


Diff:
diff --git a/mirror-info.php b/mirror-info.php
index 7964328..512edd6 100644
--- a/mirror-info.php
+++ b/mirror-info.php
@@ -48,6 +48,7 @@ echo join('|', array(
     'manual-noalias',   // 6: /manual alias check is done elsewhere now
     $md5_ok,            // 7: Rsync setup problems
     $exts,              // 8: List of php extensions separated by comma
+    gethostname(),     // 9: The configured hostname of the local system
 ));
 
 function run_self_tests() {


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

Reply via email to