Commit 1728e92
authored
Document requirement for cURL / shell_exec
The _SourceBitBucket_ and _SourceGithub_ plugins rely on cURL to perform
OAuth requests and make API calls.
When the PHP cURL extension is not installed, the plugins use shell_exec
to call curl; if that fails or system calls are not authorized, then it
won't be possible to complete the request.
Document the cURL requirement in the README file.
Fixes #2141 parent a68ad37 commit 1728e92
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
0 commit comments