Requirments
Please make sure the PHP extentions listed below are installed
Extentions | Status |
---|---|
PHP >= 7.2.0 | @if($info['phpversion'] >= 7.2) @else @endif |
BCMath PHP Extension | @if($info['bcmath'] == 1) @else @endif |
Ctype PHP Extension | @if($info['ctype'] == 1) @else @endif |
JSON PHP Extension | @if($info['json'] == 1) @else @endif |
Mbstring PHP Extension | @if($info['mbstring'] == 1) @else @endif |
OpenSSL PHP Extension | @if($info['openssl'] == 1) @else @endif |
PDO PHP Extension | @if($info['pdo'] == 1) @else @endif |
Tokenizer PHP Extension | @if($info['tokenizer'] == 1) @else @endif |
XML PHP Extension | @if($info['xml'] == 1) @else @endif |