### Description The following code is not working after the 8.2 version ```php $privkey = openssl_pkey_new(array( "digest_alg"=>'md5', "private_key_bits" => 2048, "private_key_type" => OPENSSL_KEYTYPE_RSA, )); $key_details = openssl_pkey_get_details($privkey); print_r($key_details); ``` ### PHP Version PHP 8.3 ### Operating System Windows 10