mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
4 lines
No EOL
162 B
Bash
Executable file
4 lines
No EOL
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 |