summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxGiting <git@kingkreations.co.uk>2015-11-18 23:00:24 -0500
committerJay Satiro <raysatiro@yahoo.com>2015-11-18 23:00:50 -0500
commit05cd55f229038e561eb471f7c8c35f546ec286bd (patch)
tree7ec79b61c522bb1ecc72d1191492de1940a20aee
parentb4c39010b528a34bcaa94a4bea8b78e97795563d (diff)
downloadgnurl-05cd55f229038e561eb471f7c8c35f546ec286bd.tar.gz
gnurl-05cd55f229038e561eb471f7c8c35f546ec286bd.tar.bz2
gnurl-05cd55f229038e561eb471f7c8c35f546ec286bd.zip
FAQ: Grammar changes
Closes https://github.com/bagder/curl/pull/533
-rw-r--r--docs/FAQ12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 06a306d99..70d4690d0 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1536,9 +1536,7 @@ FAQ
7.2 Who wrote PHP/CURL?
- PHP/CURL is a module that comes with the regular PHP package. It depends and
- uses libcurl, so you need to have libcurl installed properly first before
- PHP/CURL can be used. PHP/CURL was initially written by Sterling Hughes.
+ PHP/CURL was initially written by Sterling Hughes.
7.3 Can I perform multiple requests using the same handle?
@@ -1547,4 +1545,10 @@ FAQ
unknown to me).
After a transfer, you just set new options in the handle and make another
- transfer. This will make libcurl to re-use the same connection if it can.
+ transfer. This will make libcurl re-use the same connection if it can.
+
+ 7.4 Does PHP/CURL have dependencies?
+
+ PHP/CURL is a module that comes with the regular PHP package. It depends on
+ and uses libcurl, so you need to have libcurl installed properly before
+ PHP/CURL can be used.