You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marcus Boerger 66a9b0b6ae - Fix Bug #32223 weird behaviour of pg_last_notice 20 years ago
..
01createdb.phpt - Apply workaround for test until someone fixes the issue (which is unrelated to pg_*()) 21 years ago
02connection.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 21 years ago
03sync_query.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 21 years ago
04async_query.phpt Modify pg_fetch_object() to be able to instantiate a selected class and pass 23 years ago
05large_object.phpt Fixed tests that failed in ZTS due to incorrect file paths. 23 years ago
06copy.phpt Tweak some #if's to be more orthogonal. 21 years ago
07optional.phpt Tweak some #if's to be more orthogonal. 21 years ago
08escape.phpt (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. 21 years ago
09notice.phpt Make test work with PostgreSQL 7.4 22 years ago
10pg_convert.phpt Reorganized tests 23 years ago
11pg_meta_data.phpt Fixed tests that failed in ZTS due to incorrect file paths. 23 years ago
12pg_insert.phpt Reorganized tests 23 years ago
13pg_select.phpt Reorganized tests 23 years ago
14pg_update.phpt Reorganized tests 23 years ago
15pg_delete.phpt Reorganized tests 23 years ago
16pg_result_status.phpt Reorganized tests 23 years ago
17result.phpt Modify pg_fetch_object() to be able to instantiate a selected class and pass 23 years ago
18pg_escape_bytea.phpt Fixed tests that failed in ZTS due to incorrect file paths. 23 years ago
19pg_ping.phpt Reorganized tests 23 years ago
20pg_get_pid.phpt Reorganized tests 23 years ago
21pg_get_notify.phpt Reorganized tests 23 years ago
22pg_fetch_object.phpt Keep BC of pg_fetch_object 22 years ago
23sync_query_params.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 21 years ago
24sync_query_prepared.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 21 years ago
25async_query_params.phpt (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. 21 years ago
26async_query_prepared.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 21 years ago
80_bug14383.phpt Test for bug #14383 23 years ago
80_bug24499.phpt Add test for bug #24499 23 years ago
80_bug27597.phpt Bugfix #27597 pg_fetch_array not returning false . 22 years ago
80_bug32223.phpt - Make test check for PlPgSQL before using it 21 years ago
80_bug32223b.phpt - Fix Bug #32223 weird behaviour of pg_last_notice 20 years ago
98old_api.phpt Reorganized tests 23 years ago
9999dropdb.phpt Reorganized tests 23 years ago
README Update 23 years ago
config.inc Add bytea field to test table. 24 years ago
php.gif Add real pg_escape_bytea() test. 24 years ago
skipif.inc #args, reinsert skipif for extension check 22 years ago

README

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.