mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
echo '
|
|
<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
|
|
psql -c 'create database test;' -U postgres |