mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:34:41 +01:00
pgsql fix
This commit is contained in:
parent
66f150c5a8
commit
5f78b5533d
@ -1,7 +1,7 @@
|
|||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
$ok = true;
|
$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)) {
|
if (!extension_loaded($ext)) {
|
||||||
$ok = false;
|
$ok = false;
|
||||||
echo "$ext is not enabled!".PHP_EOL;
|
echo "$ext is not enabled!".PHP_EOL;
|
||||||
|
Loading…
Reference in New Issue
Block a user