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 8b835af commit 06eff54Copy full SHA for 06eff54
Zencoder.php
@@ -177,7 +177,7 @@ class ZencoderCURL {
177
CURLOPT_RETURNTRANSFER => 1, // Return content of the url
178
CURLOPT_HEADER => 0, // Don't return the header in result
179
CURLOPT_HTTPHEADER => array("Content-Type: application/json", "Accept: application/json"),
180
- CURLOPT_USERAGENT => ZENCODER_LIBRARY_NAME + " " + ZENCODER_LIBRARY_VERSION,
+ CURLOPT_USERAGENT => ZENCODER_LIBRARY_NAME . " " . ZENCODER_LIBRARY_VERSION,
181
CURLOPT_CONNECTTIMEOUT => 0, // Time in seconds to timeout send request. 0 is no timeout.
182
CURLOPT_FOLLOWLOCATION => 1, // Follow redirects.
183
CURLOPT_SSL_VERIFYPEER => 1,
0 commit comments