DependencyCheck
class DependencyCheck (View source)
DependencyCheck class verifies the availability of required PHP extensions.
Constants
| private DEPENDENCIES |
Associative array of required PHP extensions and their representative functions. |
Methods
static void
verifyExtensions()
Verifies that required PHP extensions are installed.
Details
static void
verifyExtensions()
Verifies that required PHP extensions are installed.
If any required extension is missing, the script will be terminated with an error message.