guzzle / oauth-subscriber

Signs Guzzle requests using OAuth 1.0 (Guzzle 6+)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP8 openssl_free_key deprecated

ashgibson opened this issue · comments

commented

PHP 8.0.0

Description
Trying to use this in PHP* and the following error is generated when using $client->request();

In Oauth1.php line 267:

Function openssl_free_key() is deprecated

How to reproduce
Use with PHP8

Possible Solution
Remove this reference as PHP automatically frees the memory.

commented

Part of #82