summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-12 22:03:35 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-12 22:03:35 +0200
commit87cfcb0b7ce64857e29200e8e7b0d331c94e2de8 (patch)
tree0de75d69d2b31b55e01264c088824ac46bdc00b6 /ext/pgsql
parent86825a43e375926c2eb2f88d24d3d52dc3bbbc39 (diff)
parent83e565e2445be073f8af1f6c6401266b11f6e018 (diff)
downloadphp-git-87cfcb0b7ce64857e29200e8e7b0d331c94e2de8.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: [ci skip] Migrate tests READMEs to Markdown
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/tests/README16
-rw-r--r--ext/pgsql/tests/README.md18
2 files changed, 18 insertions, 16 deletions
diff --git a/ext/pgsql/tests/README b/ext/pgsql/tests/README
deleted file mode 100644
index 5321d1f48d..0000000000
--- a/ext/pgsql/tests/README
+++ /dev/null
@@ -1,16 +0,0 @@
-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.
diff --git a/ext/pgsql/tests/README.md b/ext/pgsql/tests/README.md
new file mode 100644
index 0000000000..ecc2919eb8
--- /dev/null
+++ b/ext/pgsql/tests/README.md
@@ -0,0 +1,18 @@
+# The pgsql extension tests
+
+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 extension, please report a
+[bug](https://bugs.php.net).