We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4a44 commit f16a28bCopy full SHA for f16a28b
src/PHPHtmlParser/Curl.php
@@ -29,7 +29,7 @@ public function get(string $url): string
29
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
30
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
31
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
32
- curl_setopt($ch, CURLOPT_VERBOSE, true);
+ curl_setopt($ch, CURLOPT_VERBOSE, false);
33
34
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36');
35
curl_setopt($ch, CURLOPT_URL, $url);
0 commit comments