diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2014-01-14 10:10:48 +0900 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2014-01-14 10:10:48 +0900 |
| commit | 58dff7cee52c3df839517aa3eb3da6c4d0f23066 (patch) | |
| tree | e957e38a15670d05541689acba62dab9417b5ac3 /ext/pgsql/tests/00version.phpt | |
| parent | 029d019dacd2569835c6fdb2d17838aad0af9f1c (diff) | |
| download | php-git-58dff7cee52c3df839517aa3eb3da6c4d0f23066.tar.gz | |
Made pg_version() return full connection info.
Diffstat (limited to 'ext/pgsql/tests/00version.phpt')
| -rw-r--r-- | ext/pgsql/tests/00version.phpt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/ext/pgsql/tests/00version.phpt b/ext/pgsql/tests/00version.phpt index d72d9e1f21..ea070093d4 100644 --- a/ext/pgsql/tests/00version.phpt +++ b/ext/pgsql/tests/00version.phpt @@ -18,13 +18,31 @@ var_dump(serialize($_ENV)); echo "OK"; ?> --EXPECTF-- -array(3) { +array(12) { ["client"]=> string(%d) "%s" ["protocol"]=> int(%d) ["server"]=> string(%d) "%s" + ["server_encoding"]=> + string(%d) "%s" + ["application_name"]=> + string(0) "" + ["is_superuser"]=> + string(%d) "%s" + ["session_authorization"]=> + string(%d) "%s" + ["DateStyle"]=> + string(%d) "%s" + ["IntervalStyle"]=> + string(%d) "%s" + ["TimeZone"]=> + string(%d) "%s" + ["integer_datetimes"]=> + string(%d) "%s" + ["standard_conforming_strings"]=> + string(%d) "%s" } string(%d) "%s" OK |
