cvs: phpweb / mirroring-troubles.php
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1228068180@cvsserver> |
philip Sun Nov 30 18:03:00 2008 UTC
Modified files:
/phpweb mirroring-troubles.php
Log:
Add info for new "outbound connection" test (for bug #46562)
http://cvs.php.net/viewvc.cgi/phpweb/mirroring-troubles.php?r1=1.3&r2=1.4&diff_format=u
Index: phpweb/mirroring-troubles.php
diff -u phpweb/mirroring-troubles.php:1.3 phpweb/mirroring-troubles.php:1.4
--- phpweb/mirroring-troubles.php:1.3 Tue May 22 07:28:58 2007
+++ phpweb/mirroring-troubles.php Sun Nov 30 18:02:59 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: mirroring-troubles.php,v 1.3 2007/05/22 07:28:58 bjori Exp $
+// $Id: mirroring-troubles.php,v 1.4 2008/11/30 18:02:59 philip Exp $
$_SERVER['BASE_PAGE'] = 'mirroring-troubles.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -128,6 +128,13 @@
This test will be performed from multiple locations in the future.
</p>
+<a name="outbound"></a>
+<h3>Unable to do external searches [<a href="results.php?q=curl&p=manual&l=en">?</a>]</h3>
+<p>
+ Several searches require outbound connections to www.php.net, so this is
+ a test for that. The www.php.net box then searches Yahoo.
+</p>
+
<?php
site_footer();