stable

Clone or download

Read-only

Deal with the deprecation of the \openssl_pkey_free() function

Calling this function is no more useful in PHP 8.0 [0]. The tests of the class Tuleap\OAuth2Server\OpenIDConnect\IDToken\OpenIDConnectSigningKeyFactoryTest are now successful when executed with PHP 8.0. This can verified with: make tests-unit-php PHP_VERSION=80 FILES=plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectSigningKeyFactoryTest.php Part of request #17931: Unit tests should pass with PHP 8.0 [0] https://github.com/php/php-src/blob/php-8.0.0/UPGRADING#L423-L425 Change-Id: I0d26e48dd173f9c10fcf75b5d0db949cc360717f

Modified Files

Name
M plugins/oauth2_server/include/OpenIDConnect/IDToken/OpenIDConnectSigningKeyFactory.php +3 −1 Go to diff View file