Skip to content

Commit 21c2d79

Browse files
authored
Merge pull request #37 from momala454/patch-1
Fix php 8.4 deprecation
2 parents cd9338e + aa95841 commit 21c2d79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Tinify/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function __construct($key, $app_identifier = NULL, $proxy = NULL) {
3232
}
3333

3434
$this->options = array(
35-
CURLOPT_BINARYTRANSFER => true,
3635
CURLOPT_RETURNTRANSFER => true,
3736
CURLOPT_HEADER => true,
3837
CURLOPT_USERPWD => "api:" . $key,

0 commit comments

Comments
 (0)