VY
Size: a a a
VY
VY
PHP Startup: Unable to load dynamic library 'gd2' ....
PHP Startup: Unable to load dynamic library 'openssl'
PHP Startup: Unable to load dynamic library 'pdo_firebird'
PHP Startup: Unable to load dynamic library 'pdo_mysql'
sudo apt install php-gd2
E: Для пакета «php-gd2» не найден кандидат на установку
ПЛ
R#
VY
sudo apt install php-curl php-gd php-intl php-ldap php-odbc php-pgsql php-soap php-xmlrpc
W
R#
VY
W
E
$test = json_decode(file_get_contents('url', true), true);
$results = $test['results'];
foreach ($results as $result) {
DB::table('results')->insert($result);
}
SG
SG
D
SG
D
SG
ЭШ
SG
D
E