mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 17:24:40 +01:00
pgsql fix
This commit is contained in:
parent
66f150c5a8
commit
5f78b5533d
@ -1,7 +1,7 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
$ok = true;
|
||||
foreach (['pcntl', 'uv', 'ffi', 'pq', 'memprof', 'intl', 'gmp', 'mbstring', 'pdo_mysql', 'xml', 'dom', 'iconv', 'zip', 'igbinary', 'gd'] as $ext) {
|
||||
foreach (['pcntl', 'uv', 'ffi', 'pgsql', 'memprof', 'intl', 'gmp', 'mbstring', 'pdo_mysql', 'xml', 'dom', 'iconv', 'zip', 'igbinary', 'gd'] as $ext) {
|
||||
if (!extension_loaded($ext)) {
|
||||
$ok = false;
|
||||
echo "$ext is not enabled!".PHP_EOL;
|
||||
|
Loading…
Reference in New Issue
Block a user