📄 Viewing: setup-pgsql.sh

#!/bin/bash
echo '
<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
if [ -z "$ARM64" ]; then
  psql -c 'create database test;' -U postgres
fi

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/travis