Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/pgsql/
H A Dpgsql.c1228 PGconn *pgsql; local
1304 if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) {
1398 if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) {
1400 if (pgsql) {
1469 PGconn *pgsql; local
1516 PGconn *pgsql; local
1642 PGconn *pgsql; local
1676 PGconn *pgsql; local
1716 PGconn *pgsql; local
3351 if (lo_close((PGconn *)pgsql->conn, pgsql->lofd) < 0) {
[all …]
H A Dconfig.w324 ARG_WITH("pgsql", "PostgreSQL support", "no");
7 if (CHECK_LIB("libpq.lib", "pgsql", PHP_PGSQL) &&
8 …", "CFLAGS_PGSQL", PHP_PGSQL + "\\include;" + PHP_PHP_BUILD + "\\include\\pgsql;" + PHP_PHP_BUILD …
9 EXTENSION("pgsql", "pgsql.c");
13 WARNING("pgsql not enabled; libraries and headers not found");
H A Dpgsql.dsp7 CFG=pgsql - Win32 Debug_TS
11 !MESSAGE NMAKE /f "pgsql.mak".
16 !MESSAGE NMAKE /f "pgsql.mak" CFG="pgsql - Win32 Debug_TS"
34 !IF "$(CFG)" == "pgsql - Win32 Release"
61 !ELSEIF "$(CFG)" == "pgsql - Win32 Debug"
116 !ELSEIF "$(CFG)" == "pgsql - Win32 Debug_TS"
146 # Name "pgsql - Win32 Release"
147 # Name "pgsql - Win32 Debug"
148 # Name "pgsql - Win32 Release_TS"
149 # Name "pgsql - Win32 Debug_TS"
[all …]
H A Dphp_pgsql.h60 PHP_MINIT_FUNCTION(pgsql);
61 PHP_MSHUTDOWN_FUNCTION(pgsql);
62 PHP_RINIT_FUNCTION(pgsql);
63 PHP_RSHUTDOWN_FUNCTION(pgsql);
64 PHP_MINFO_FUNCTION(pgsql);
213 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC);
280 ZEND_BEGIN_MODULE_GLOBALS(pgsql)
289 ZEND_END_MODULE_GLOBALS(pgsql)
291 ZEND_EXTERN_MODULE_GLOBALS(pgsql)
H A Dconfig.m45 PHP_ARG_WITH(pgsql,for PostgreSQL support,
6 [ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
13 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
30 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
36 for j in include include/pgsql include/postgres include/postgresql ""; do
46 for j in lib $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do
106 PHP_NEW_EXTENSION(pgsql, pgsql.c, $ext_shared)
H A DREADME9 pgsql module. I appreciate your feedback.
105 Gets pgsql query result resource. Returned value can be fed to
188 in PHP 4.0.6. Do no use 4.0.6 with pgsql module!!
/PHP-5.5/ext/pgsql/tests/
H A D09notice.phpt12 pgsql.log_notice=1
13 pgsql.ignore_notice=0
39 resource(%d) of type (pgsql result)
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 Dskipif.inc3 // * the pgsql extension is built-in or loadable, AND
12 if (!extension_loaded("pgsql")) {
H A D80_bug32223b.phpt19 pgsql.ignore_notice=0
60 resource(%d) of type (pgsql result)
H A D02connection.phpt58 resource(%d) of type (pgsql link%s)
H A D80_bug36625.phpt48 resource(%d) of type (pgsql result)
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.w324 ARG_WITH("pdo-pgsql", "PostgreSQL support for PDO", "no");
8 …h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + ";" + PHP_PHP_BUILD + "\\include\\pgsql;" + PHP_PHP_BUILD …
11 …UDE("pg_config.h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + ";" + PHP_PHP_BUILD + "\\include\\pgsql")) {
H A Dconfig.m45 PHP_ARG_WITH(pdo-pgsql,for PostgreSQL support for PDO,
6 [ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base
18 for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
33 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
39 for j in include include/pgsql include/postgres include/postgresql ""; do
49 for j in $PHP_LIBDIR $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do
/PHP-5.5/travis/
H A Dcompile.sh22 --with-pgsql \
23 --with-pdo-pgsql \
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
8 $allowed = array('oci', 'pgsql');
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dconfig.inc9 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
H A Dbug_33876.phpt46 # false -> "" as string, which pgsql doesn't like
82 # false -> "" as string, which pgsql doesn't like
H A Dbug43925.phpt2 Bug #43925 (Incorrect argument counter in prepared statements with pgsql)
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
/PHP-5.5/win32/
H A Dphp_modules.dsw366 Project: "pgsql"=..\ext\pgsql\pgsql.dsp - Package Owner=<4>
/PHP-5.5/
H A D.travis.yml47 - . ./travis/ext/pgsql/setup.sh
H A Dphp5.spec.in41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"

Completed in 50 milliseconds

12