diff options
author | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:30:56 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:30:56 +0000 |
commit | 4dec096043b2a4830f8db5ff2d2807fc9f130a0c (patch) | |
tree | 4507e3b31224aeceff192ee9011dce6a1e0d001e /examples/detect.php | |
parent | 14370cd0b9efca383706689439c3151c91edc2c4 (diff) | |
download | php-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.php | 6 |
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.'); |