safe icon indicating copy to clipboard operation
safe copied to clipboard

Wrong return value in openssl_pkey_get_private

Open stanislav-janu opened this issue 3 years ago • 1 comments

In PHP 8.0+ returns OpenSSLAsymmetricKey|false.

For PHPDoc is correct:

@return resource|OpenSSLAsymmetricKey

stanislav-janu avatar Dec 01 '22 14:12 stanislav-janu

This was fixed by #409

martinssipenko avatar Apr 09 '23 06:04 martinssipenko