Add openssl_pkey_get_details function missing in PHP < 8.4#662
Add openssl_pkey_get_details function missing in PHP < 8.4#662cedric-anne wants to merge 1 commit intothecodingmachine:masterfrom cedric-anne:fix/openssl_pkey_get_details
openssl_pkey_get_details function missing in PHP < 8.4#662Conversation
|
Thank you for checking <3 This looks like it wasn't detected in php <8.4 because of a typo in the older versions of the docs -- I'd rather pick up that typo when it happens (which fixes behaviour for 8.1-8.3) than add a function to |
Now I understand how the code is generated and I may propose some other fixes. Indeed, in our codebase, we have 300+ errors detected in PHP 8.2 but not in PHP 8.4. If they are related to an undetected pattern in the doc, now I know how to solve this. Thanks for your quick review/fix. |
The
openssl_pkey_get_details()function is not generated in PHP < 8.4.I hope adding it in this file will make it available for all PHP versions.