Kickass Crypto

Find us on GitHub: https://github.com/jj5/kickass-crypto.

check.php

2023-04-05 jj5 - PHP version validation.

Tags
link
https://github.com/jj5/kickass-crypto

Table of Contents

KICKASS_CRYPTO_DISABLE_PHP_VERSION_CHECK  = false
2023-04-05 jj5 - defines whether the PHP version check is disabled or not.
kickass_crypto_validate_php()  : void
2023-04-04 jj5 - this function makes sure we're running a supported version of PHP; don't use fancy PHP features because they might not be available in older versions.

Constants

KICKASS_CRYPTO_DISABLE_PHP_VERSION_CHECK

2023-04-05 jj5 - defines whether the PHP version check is disabled or not.

public bool KICKASS_CRYPTO_DISABLE_PHP_VERSION_CHECK = false

Functions

kickass_crypto_validate_php()

2023-04-04 jj5 - this function makes sure we're running a supported version of PHP; don't use fancy PHP features because they might not be available in older versions.

kickass_crypto_validate_php() : void
Return values
void

Search results