Skip to content

Commit 1728e92

Browse files
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 #214
1 parent a68ad37 commit 1728e92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ integration framework and API.
5151
The Source Integration framework requires [MantisBT](http://www.mantisbt.org/)
5252
version **2.0.0** or higher.
5353

54+
Additionally, the _SourceBitBucket_ and _SourceGithub_ plugins
55+
require the [PHP Curl extension](http://php.net/book.curl), or the ability to
56+
execute system calls ([shell_exec](http://php.net/function.shell-exec)).
57+
58+
5459
## Installation
5560

5661
### Compatibility

0 commit comments

Comments
 (0)