Replies: 5 comments
-
Hello @MocioF |
Beta Was this translation helpful? Give feedback.
-
Thanks @llaville , The random functions detected (excluding vendor/) in |
Beta Was this translation helpful? Give feedback.
-
@MocioF Thanks or these infos. I confirm, it's an issue ! |
Beta Was this translation helpful? Give feedback.
-
I'll close this discussion, because I've opened a new issue. Follows changes on #372 |
Beta Was this translation helpful? Give feedback.
-
@MocioF to reply to your first question
The reason is simple : In your code you use (for example: https://github.com/MocioF/No-unsafe-inline/blob/7299b3ab91767705cd37d4ad853c8a5072c3b398/public/class-no-unsafe-inline-public.php#L148) the conditional code. See Conditions Analysis in following report
So this is the reason why you see "core" that asks for a minimum PHP 8.1.0alpha1 ! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm starting using this tool to inspect the code base of a wp plugin.
I need some help interpreting the output.
php-compatinfo says that minimum php version required is 8.2.0beta1 but I think this is a false result because my plugin runs on PHP 7.4.
In the extension list I see 2 values greater than 7.4.
One is for a "random" extension, detected on functions random_bytes and_random_int that should be in the core https://www.php.net/manual/it/random.installation.php
The other one is for "core" that asks for a minimum PHP 8.1.0alpha1 (when php-compatinfo is run on PHP 8.1.26-r1 (compiled on gentoo).
Is there something i misunderstand in this output:
Beta Was this translation helpful? Give feedback.
All reactions