Open
Description
I have no idea how to get them working correctly.
I tried
$arg .= $this->builder->getExt('mysqli') ?
' --with-mysqlnd' :
'';
$pgsql = $this->builder->getExt('pgsql');
$arg .= $pgsql ?
' --enable-swoole-pgsql'.
' LIBPQ_CFLAGS="-I' . BUILD_ROOT_PATH . '" LIBPQ_LIBS="' . $pgsql->getLibFilesString() . '"' :
'';
But
buildroot/bin/php -d "extension=/home/m/static-php-cli/buildroot/modules/swoole.so" -r "echo class_exists('OpenSwoole\Coroutine\MySQL') ? 'ok' : 'no';"
-> no