File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -216,14 +216,16 @@ The debugger can also log to a file if you provide a file for it to write to usi
216216const DEBUGGER_LOG_FILE = 'path/to/some/file.php';
217217```
218218
219+ By default this option is set to ` false ` .
220+
219221### SSL Verify
220222` CURLOPT_SSL_VERIFYPEER ` can be disabled by setting:
221223
222224``` php
223225 const VERIFY_SSL = false;
224226````
225227
226- By default this option is on .
228+ By default this option is set to `true` .
227229
228230### Request Headers
229231To include the returned headers in the output from this library set:
@@ -232,7 +234,7 @@ To include the returned headers in the output from this library set:
232234const HEADERS = true;
233235```
234236
235- By default this option is set to false.
237+ By default this option is set to ` false ` .
236238
237239
238240\*\* Please watch for updates, and feel free to Fork or Pull Request. Check out the Wiki for a little more info on contributing.
You can’t perform that action at this time.
0 commit comments