Skip to content

Commit 86d6224

Browse files
authored
Add note about installing cURL plugins
1 parent 91a50bd commit 86d6224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
Use the cURL library, with CURLFile to send the file. This example
44
converts the file `test.pdf` to XML.
5+
6+
You may need to enable the curl plugin in order for the `curl_` functions to work. For example, if you're on a linux based system you might need to install packages relating to `php-curl`, or on Windows you may need to add `extension=php_curl.dll` to your php.ini. See [Fatal error: Call to undefined function curl_init() using Batch File](https://stackoverflow.com/questions/14724661/fatal-error-call-to-undefined-function-curl-init-using-batch-file) for more details.

0 commit comments

Comments
 (0)