Skip to content

Commit

Permalink
Merge pull request #37 from momala454/patch-1
Browse files Browse the repository at this point in the history
Fix php 8.4 deprecation
  • Loading branch information
rkoopmans authored Jan 27, 2025
2 parents cd9338e + aa95841 commit 21c2d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Tinify/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function __construct($key, $app_identifier = NULL, $proxy = NULL) {
}

$this->options = array(
CURLOPT_BINARYTRANSFER => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HEADER => true,
CURLOPT_USERPWD => "api:" . $key,
Expand Down

0 comments on commit 21c2d79

Please sign in to comment.