summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-03-12 18:30:56 +0000
committertailor <cygnus@cprogrammer.org>2007-03-12 18:30:56 +0000
commit4dec096043b2a4830f8db5ff2d2807fc9f130a0c (patch)
tree4507e3b31224aeceff192ee9011dce6a1e0d001e /examples/detect.php
parent14370cd0b9efca383706689439c3151c91edc2c4 (diff)
downloadphp-openid-4dec096043b2a4830f8db5ff2d2807fc9f130a0c.zip
php-openid-4dec096043b2a4830f8db5ff2d2807fc9f130a0c.tar.gz
php-openid-4dec096043b2a4830f8db5ff2d2807fc9f130a0c.tar.bz2
[project @ Say CURL isn't required]
Diffstat (limited to 'examples/detect.php')
-rw-r--r--examples/detect.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/detect.php b/examples/detect.php
index 7083b41..0598681 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -398,9 +398,9 @@ function detect_fetcher($r, &$out)
$out .= $r->p('This PHP installation has support for libcurl. Good.');
} else {
$out .= $r->p('This PHP installation does not have support for ' .
- 'libcurl. Some functionality, such as fetching ' .
- 'https:// URLs, will be missing and performance ' .
- 'will not be as good.');
+ 'libcurl. CURL is not required, but some functionality, ' .
+ 'such as fetching HTTPS URLs, will be missing and ' .
+ ' performance will not be as good.');
$lnk = $r->link('http://us3.php.net/manual/en/ref.curl.php');
$out .= $r->p('See ' . $lnk . ' about enabling the libcurl support ' .
'for PHP.');