1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/pgsql/tests
Nikita Popov 8f13599a64 Fix 29nb_async_connect.phpt
Intermediate states are unreliable across versions (I think), make
sure we go through the whole connect procedure.
2019-04-10 13:06:02 +02:00
..
2016-11-22 00:42:45 +01:00
2016-11-22 00:42:45 +01:00
2016-12-01 01:36:29 +01:00
2016-05-31 16:48:19 +08:00
2016-05-31 16:48:19 +08:00
2016-04-16 16:11:22 +02:00
2016-06-17 17:09:42 +02:00
2016-11-22 00:46:03 +01:00

Test scripts assumes:
 - PostgreSQL server is installed locally
 - there is a PostgreSQL account for the users running the test scripts
 - there is database named "test"

For instance, if your login name is 'testuser', you should have PostgreSQL
user account named 'testuser' and grant that user access to the database
'test'.

If you have account and database, type "createdb test" from command prompt
to create the database to execute the test scripts. By executing the above
command as the same user running the tests you ensure that the user is
granted access to the database.

If you find problems in PostgreSQL module, please mail to
intenals@lists.php.net, helly@php.net or yohgaki@php.net.