Added more functions to FunctionSupportResolver

This commit is contained in:
Markus Staab 2020-01-15 20:52:07 +01:00 committed by GitHub
parent ed868e61fc
commit dd8d0322db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ final class FunctionSupportResolver
*/
private const FUNCTIONS_BY_VERSION = [
'5.6' => ['session_abort'],
'7.0' => ['random_int', 'random_bytes'],
];
/**