mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
clarified the PHP/CURL topic a bit more
This commit is contained in:
parent
57afae79eb
commit
b6c876bdb6
11
docs/FAQ
11
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?
|
7.1 What is PHP/CURL?
|
||||||
|
|
||||||
The module for PHP that makes it possible for PHP programs to access 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
|
functions from within PHP.
|
||||||
curl the command line tool and libcurl the library.
|
|
||||||
|
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?
|
7.2 Who write PHP/CURL?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user