php-src/ext/pgsql/tests
Marcus Boerger f6239c33bc Modify pg_fetch_object() to be able to instantiate a selected class and pass
parameters to the constructor. Update tests and add a test for these features.
2003-09-06 18:34:55 +00:00
..
01createdb.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
02connection.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
03sync_query.phpt Modify pg_fetch_object() to be able to instantiate a selected class and pass 2003-09-06 18:34:55 +00:00
04async_query.phpt Modify pg_fetch_object() to be able to instantiate a selected class and pass 2003-09-06 18:34:55 +00:00
05large_object.phpt Fixed tests that failed in ZTS due to incorrect file paths. 2003-08-28 00:29:44 +00:00
06copy.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
07optional.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
08escape.phpt Fixed tests that failed in ZTS due to incorrect file paths. 2003-08-28 00:29:44 +00:00
09notice.phpt Do not test postgres settings 2003-06-30 18:00:30 +00:00
10pg_convert.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
11pg_meta_data.phpt Fixed tests that failed in ZTS due to incorrect file paths. 2003-08-28 00:29:44 +00:00
12pg_insert.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
13pg_select.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
14pg_update.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
15pg_delete.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
16pg_result_status.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
17result.phpt Modify pg_fetch_object() to be able to instantiate a selected class and pass 2003-09-06 18:34:55 +00:00
18pg_escape_bytea.phpt Fixed tests that failed in ZTS due to incorrect file paths. 2003-08-28 00:29:44 +00:00
19pg_ping.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
20pg_get_pid.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
21pg_get_notify.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
22pg_fetch_object.phpt Modify pg_fetch_object() to be able to instantiate a selected class and pass 2003-09-06 18:34:55 +00:00
80_bug14383.phpt
80_bug24499.phpt Add test for bug #24499 2003-07-20 20:27:43 +00:00
98old_api.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
9999dropdb.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
config.inc
php.gif
README Update 2003-05-31 12:54:20 +00:00
skipif.inc Add reson 2003-07-22 23:01:24 +00: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.