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.
 
 
 
 
 
 
Anatoliy Belsky 131d7d7a89 fixed tests for gd having freetype >= 2.4.10 13 years ago
..
01createdb.phpt Reorganized tests 23 years ago
02connection.phpt Fix test 19 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 Fixed a few false positives on gcov for ext/pgsql 15 years ago
10pg_convert.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
10pg_convert_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
11pg_meta_data.phpt Fixed tests that failed in ZTS due to incorrect file paths. 23 years ago
12pg_insert.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
12pg_insert_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
13pg_select.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
13pg_select_85.phpt Removed spurious high-ascii char from previous commmit 16 years ago
14pg_update.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
14pg_update_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 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 Fixed a few false positives on gcov for ext/pgsql 15 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
27large_object_oid.phpt splitted test cases for lo_create and lo_import, added version aware 18 years ago
28large_object_import_oid.phpt splitted test cases for lo_create and lo_import, added version aware 18 years ago
80_bug14383.phpt Fixed test 17 years ago
80_bug24499.phpt fix test names 19 years ago
80_bug27597.phpt fix test names 19 years ago
80_bug32223.phpt Fixed a few false positives on gcov for ext/pgsql 15 years ago
80_bug32223b.phpt Fixed a few false positives on gcov for ext/pgsql 15 years ago
80_bug36625.phpt - bug #36625 fix 20 years ago
80_bug39971.phpt Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for 19 years ago
80_bug42783.phpt Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) 19 years ago
98old_api.phpt - Fixed test 18 years ago
9999dropdb.phpt Reorganized tests 23 years ago
README Update 23 years ago
bug37100.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
bug37100_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
bug47199.phpt - Fixed bug #47199 (pg_delete() fails on NULL) 15 years ago
bug60244.phpt Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). 14 years ago
config.inc Add bytea field to test table. 24 years ago
lcmess.inc Fixed a few false positives on gcov for ext/pgsql 15 years ago
pg_delete_001.phpt MFH: 18 years ago
pg_insert_001.phpt MFH: 18 years ago
pg_meta_data_001.phpt MFH: 18 years ago
pg_select_001.phpt - MFH: Fix test 17 years ago
pg_update_001.phpt MFH: 18 years ago
php.gif Add real pg_escape_bytea() test. 24 years ago
skipif.inc Fixed a few false positives on gcov for ext/pgsql 15 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.