From 4b0c7d120a7612d97dc2a33bd3a1db50df43d49b Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Oct 2010 13:52:27 +0000 Subject: [PATCH] Fixed bug #52714 (Intro to HTTP subsystem unclear) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304659 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/book.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/reference/http/book.xml b/reference/http/book.xml index 778019af0c..e0507fa78a 100644 --- a/reference/http/book.xml +++ b/reference/http/book.xml @@ -10,18 +10,19 @@ &reftitle.intro; - This HTTP extension aims to provide a convenient and powerful - set of functionality for one of PHPs major applications. + The HTTP extension aims to provide a convenient and powerful + set of functionality for major applications. - It eases handling of HTTP URLs, dates, redirects, headers and - messages, provides means for negotiation of clients preferred - language and charset, as well as a convenient way to send any - arbitrary data with caching and resuming capabilities. + The HTTP extension eases handling of HTTP URLs, dates, redirects , + headers and messages in a HTTP context (both incoming and outgoing). + It also provides means for client negotiation of preferred language + and charset, as well as a convenient way to exchange arbitrary data + with caching and resuming capabilities. - It provides powerful request functionality, if built with CURL - support. Parallel requests are available for PHP 5 and greater. + Also provided is a powerful request and parallel interface (PHP5+), + if the extension is built with cURL support. Additionally to the API reference in this manual you can find