/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug62498-32bit.phpt | 51 ["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 D | bug62498.phpt | 51 ["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 D | CONFLICTS | 1 pgsql
|
H A D | bug_64705.phpt | 9 $dsn = 'pgsql:host=DonotExistsHost;dbname=test;user=foo;password=wrongpass';
|
H A D | config.inc | 9 …$config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=postgres password…
|
H A D | common.phpt | 21 …$config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=postgres password…
|
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 1301 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 D | config.w32 | 3 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 D | php_pgsql.h | 62 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 D | config.m4 | 1 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 D | config.w32 | 3 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 D | config.m4 | 1 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 D | skipif.inc | 3 // * the pgsql extension is built-in or loadable, AND 12 if (!extension_loaded("pgsql")) { 13 die("skip pgsql extension not loaded\n");
|
H A D | 80_bug32223.phpt | 19 pgsql.ignore_notice=0 57 resource(%d) of type (pgsql result) 58 resource(%d) of type (pgsql result)
|
H A D | CONFLICTS | 1 pgsql
|
H A D | 09notice.phpt | 16 ini_set('pgsql.log_notice', TRUE); 17 ini_set('pgsql.ignore_notice', FALSE); 48 resource(%d) of type (pgsql result)
|
H A D | 80_bug32223b.phpt | 19 pgsql.ignore_notice=0 60 resource(%d) of type (pgsql result)
|
H A D | 12pg_insert_9.phpt | 29 resource(%d) of type (pgsql result)
|
/PHP-7.4/ext/pdo/tests/ |
H A D | bug_71885.phpt | 8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql…
|
H A D | bug_43130.phpt | 9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql…
|
H A D | debug_emulated_prepares.phpt | 12 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'pgsql') die('skip pgsql has its own test for this …
|
H A D | bug_44861.phpt | 2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql) 8 $allowed = array('oci', 'pgsql');
|
/PHP-7.4/ |
H A D | .appveyor.yml | 31 … #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 D | configure.yml | 14 --with-pgsql \ 15 --with-pdo-pgsql \
|
/PHP-7.4/travis/ |
H A D | compile.sh | 40 --with-pgsql \ 41 --with-pdo-pgsql \
|