Home
last modified time | relevance | path

Searched refs:pgsql (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt51 ["pgsql:oid"]=>
53 ["pgsql:table_oid"]=>
70 ["pgsql:oid"]=>
72 ["pgsql:table_oid"]=>
89 ["pgsql:oid"]=>
108 ["pgsql:oid"]=>
127 ["pgsql:oid"]=>
146 ["pgsql:oid"]=>
165 ["pgsql:oid"]=>
184 ["pgsql:oid"]=>
[all …]
H A Dbug62498.phpt51 ["pgsql:oid"]=>
53 ["pgsql:table_oid"]=>
70 ["pgsql:oid"]=>
72 ["pgsql:table_oid"]=>
89 ["pgsql:oid"]=>
108 ["pgsql:oid"]=>
127 ["pgsql:oid"]=>
146 ["pgsql:oid"]=>
165 ["pgsql:oid"]=>
184 ["pgsql:oid"]=>
[all …]
H A DCONFLICTS1 pgsql
H A Dbug_64705.phpt9 $dsn = 'pgsql:host=DonotExistsHost;dbname=test;user=foo;password=wrongpass';
H A Dconfig.inc9 …$config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=postgres password…
H A Dcommon.phpt21 …$config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=postgres password…
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1301 PGconn *pgsql; local
1382 if (pgsql == NULL || PQstatus(pgsql) == CONNECTION_BAD) {
1469 if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) {
1486 if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) {
1551 PGconn *pgsql; local
1625 PGconn *pgsql; local
1768 PGconn *pgsql; local
3511 if (lo_close((PGconn *)pgsql->conn, pgsql->lofd) < 0) {
3869 offset = lo_tell64((PGconn *)pgsql->conn, pgsql->lofd);
3871 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd);
[all …]
H A Dconfig.w323 ARG_WITH("pgsql", "PostgreSQL support", "no");
6 if (CHECK_LIB("libpq.lib", "pgsql", PHP_PGSQL) &&
7 …", "CFLAGS_PGSQL", PHP_PGSQL + "\\include;" + PHP_PHP_BUILD + "\\include\\pgsql;" + PHP_PHP_BUILD …
8 EXTENSION("pgsql", "pgsql.c", PHP_PGSQL_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
12 WARNING("pgsql not enabled; libraries and headers not found");
H A Dphp_pgsql.h62 PHP_MINIT_FUNCTION(pgsql);
63 PHP_MSHUTDOWN_FUNCTION(pgsql);
64 PHP_RINIT_FUNCTION(pgsql);
65 PHP_RSHUTDOWN_FUNCTION(pgsql);
66 PHP_MINFO_FUNCTION(pgsql);
224 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list);
310 ZEND_BEGIN_MODULE_GLOBALS(pgsql)
320 ZEND_END_MODULE_GLOBALS(pgsql)
322 ZEND_EXTERN_MODULE_GLOBALS(pgsql)
323 # define PGG(v) ZEND_MODULE_GLOBALS_ACCESSOR(pgsql, v)
H A Dconfig.m41 PHP_ARG_WITH([pgsql],
3 [AS_HELP_STRING([[--with-pgsql[=DIR]]],
14 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
31 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
37 for j in include include/pgsql include/postgres include/postgresql ""; do
47 for j in lib $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do
108 PHP_NEW_EXTENSION(pgsql, pgsql.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.w323 ARG_WITH("pdo-pgsql", "PostgreSQL support for PDO", "no");
7 …GS_PDO_PGSQL", PHP_PDO_PGSQL + "\\include;" + PHP_PHP_BUILD + "\\include\\pgsql;" + PHP_PHP_BUILD …
10 …h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + ";" + PHP_PHP_BUILD + "\\include\\pgsql;" + PHP_PHP_BUILD …
H A Dconfig.m41 PHP_ARG_WITH([pdo-pgsql],
3 [AS_HELP_STRING([[--with-pdo-pgsql[=DIR]]],
16 for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
31 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
37 for j in include include/pgsql include/postgres include/postgresql ""; do
47 for j in $PHP_LIBDIR $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do
/PHP-7.4/ext/pgsql/tests/
H A Dskipif.inc3 // * the pgsql extension is built-in or loadable, AND
12 if (!extension_loaded("pgsql")) {
13 die("skip pgsql extension not loaded\n");
H A D80_bug32223.phpt19 pgsql.ignore_notice=0
57 resource(%d) of type (pgsql result)
58 resource(%d) of type (pgsql result)
H A DCONFLICTS1 pgsql
H A D09notice.phpt16 ini_set('pgsql.log_notice', TRUE);
17 ini_set('pgsql.ignore_notice', FALSE);
48 resource(%d) of type (pgsql result)
H A D80_bug32223b.phpt19 pgsql.ignore_notice=0
60 resource(%d) of type (pgsql result)
H A D12pg_insert_9.phpt29 resource(%d) of type (pgsql result)
/PHP-7.4/ext/pdo/tests/
H A Dbug_71885.phpt8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql
H A Dbug_43130.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql
H A Ddebug_emulated_prepares.phpt12 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'pgsql') die('skip pgsql has its own test for this …
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
8 $allowed = array('oci', 'pgsql');
/PHP-7.4/
H A D.appveyor.yml31 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
35 …#PDO_PGSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=Password12…
/PHP-7.4/azure/
H A Dconfigure.yml14 --with-pgsql \
15 --with-pdo-pgsql \
/PHP-7.4/travis/
H A Dcompile.sh40 --with-pgsql \
41 --with-pdo-pgsql \

Completed in 60 milliseconds

12