]> granicus.if.org Git - php/commit
Modify pg_fetch_object() to be able to instantiate a selected class and pass
authorMarcus Boerger <helly@php.net>
Sat, 6 Sep 2003 18:34:55 +0000 (18:34 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 6 Sep 2003 18:34:55 +0000 (18:34 +0000)
commitf6239c33bc5208fd3e9e6bf0f8a862b1f97a34d8
tree723401ea295684856b1a99423a2c8b08ace30dd9
parent620683792942d458df0a2a09aff2f163074f77ae
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.
ext/pgsql/pgsql.c
ext/pgsql/tests/03sync_query.phpt
ext/pgsql/tests/04async_query.phpt
ext/pgsql/tests/17result.phpt
ext/pgsql/tests/22pg_fetch_object.phpt [new file with mode: 0755]