Open EtienneBruines opened 3 years ago
Function openssl_pkey_free() is deprecated
Simply do not call the function if the PHP version is 8 or higher.
The PHP commit that describes this: https://github.com/php/php-src/commit/9f44eca6b60f8073dc9e2aa31154f9d70b42938d
Stacktrace:
Fix:
Simply do not call the function if the PHP version is 8 or higher.
Background information:
The PHP commit that describes this: https://github.com/php/php-src/commit/9f44eca6b60f8073dc9e2aa31154f9d70b42938d