aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-30 23:37:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-30 23:37:05 +0000
commitb6c876bdb6822bf54140a198deb1fc0f79cac54d (patch)
tree8badc5d5f78af393310391cc5e98d9a5f34a8fab
parent57afae79ebab560a81f11abf9efda9b2b487b13e (diff)
clarified the PHP/CURL topic a bit more
-rw-r--r--docs/FAQ11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/FAQ b/docs/FAQ
index b1c43200d..98ab15eaa 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: June 13, 2005 (http://curl.haxx.se/docs/faq.html)
+Updated: July 31, 2005 (http://curl.haxx.se/docs/faq.html)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -981,8 +981,13 @@ FAQ
7.1 What is PHP/CURL?
The module for PHP that makes it possible for PHP programs to access curl-
- functions from within PHP. We often call it PHP/CURL to differentiate from
- curl the command line tool and libcurl the library.
+ functions from within PHP.
+
+ In the cURL project we call this module PHP/CURL to differentiate it from
+ curl the command line tool and libcurl the library. The PHP team however
+ does not refer to it like this (for unknown reasons). They call it plain
+ CURL (often using all caps) which causes much confusion to users which in
+ turn gives us a higher question load.
7.2 Who write PHP/CURL?