Commit: bc773fe1bec0febed40591c5ee76f77ed36a8f22 Author: Daniel P. Brown <[email protected]> Wed, 10 Oct 2012 14:23:47 -0400 Parents: e08d7a128707ce46eee60e886b4ee39172a0e5c1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bc773fe1bec0febed40591c5ee76f77ed36a8f22 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
