Searched refs:odbc (Results 1 – 22 of 22) sorted by relevance
/PHP-5.4/ext/odbc/ |
H A D | config.w32 | 4 ARG_ENABLE("odbc", "ODBC support", "yes"); 7 if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc") 10 EXTENSION("odbc", "php_odbc.c"); 13 WARNING("odbc support can't be enabled, libraries or header are missing (SDK)")
|
H A D | php_odbc.h | 41 PHP_MINIT_FUNCTION(odbc); 42 PHP_MSHUTDOWN_FUNCTION(odbc); 43 PHP_RINIT_FUNCTION(odbc); 44 PHP_RSHUTDOWN_FUNCTION(odbc); 45 PHP_MINFO_FUNCTION(odbc);
|
H A D | config.m4 | 114 ODBC_LIB="$abs_builddir/ext/odbc/libodbc_adabas.a" 115 $srcdir/build/shtool mkdir -f -p ext/odbc 120 PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc) 237 ODBC_INCDIR=$EMPRESSPATH/include/odbc 240 ODBC_INCDIR=$PHP_EMPRESS/include/odbc 261 ODBC_INCDIR=$EMPRESSPATH/include/odbc 264 ODBC_INCDIR=$PHP_EMPRESS_BCS/include/odbc 340 PHP_ARG_WITH(custom-odbc,, 341 [ --with-custom-odbc[=DIR] 361 ODBC_TYPE=custom-odbc [all …]
|
H A D | php_odbc_includes.h | 256 ZEND_BEGIN_MODULE_GLOBALS(odbc) 274 ZEND_END_MODULE_GLOBALS(odbc)
|
H A D | php_odbc.c | 399 PHP_MINIT(odbc), 400 PHP_MSHUTDOWN(odbc), 401 PHP_RINIT(odbc), 402 PHP_RSHUTDOWN(odbc), 403 PHP_MINFO(odbc), 405 PHP_MODULE_GLOBALS(odbc), 406 PHP_GINIT(odbc), 414 ZEND_GET_MODULE(odbc) in ZEND_GET_MODULE() argument 713 PHP_MINIT_FUNCTION(odbc) in PHP_MINIT_FUNCTION() argument 818 PHP_RINIT_FUNCTION(odbc) in PHP_RINIT_FUNCTION() argument [all …]
|
/PHP-5.4/ext/odbc/tests/ |
H A D | odbc_columnprivileges_001.phpt | 23 resource(%d) of type (odbc result) 25 resource(%d) of type (odbc result) 27 resource(%d) of type (odbc result)
|
H A D | odbc_columns_001.phpt | 23 resource(%d) of type (odbc result) 25 resource(%d) of type (odbc result) 27 resource(%d) of type (odbc result)
|
H A D | odbc_tables_001.phpt | 24 resource(%d) of type (odbc result) 26 resource(%d) of type (odbc result) 28 resource(%d) of type (odbc result)
|
H A D | config.inc | 3 putenv('ODBCINI=/etc/odbc.ini');
|
H A D | skipif.inc | 3 if (!extension_loaded('odbc')) die('skip');
|
H A D | bug60616.phpt | 15 ini_set("odbc.defaultlrl", 4); // Set artifically low
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | config.m4 | 12 --with-pdo-odbc=unixODBC 18 --with-pdo-odbc=generic,dir,libname,ldflags,cflags 22 PHP_ARG_WITH(pdo-odbc, for ODBC v3 support for PDO, 23 [ --with-pdo-odbc=flavour,dir 86 pdo_odbc_def_lib=odbc 123 PDO_ODBC_CHECK_HEADER(odbc.h)
|
H A D | config.w32 | 4 ARG_WITH("pdo-odbc", "ODBC support for PDO", "no");
|
H A D | odbc_driver.c | 482 PDO_DRIVER_HEADER(odbc),
|
/PHP-5.4/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 23 // set PDOTEST_DSN='odbc:Driver=SQL Server Native Client 11.0;Server=10.200.51.179;Datab… 36 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=… 40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug 41 // configure --disable-all --eanble-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unix…
|
H A D | common.phpt | 62 …$config['ENV']['PDOTEST_DSN'] = "odbc:Driver={Microsoft Access Driver (*.mdb)};Dbq=$path;Uid=Admin… 73 $CONNECTION = "odbc:DSN=$DBNAME;UID=$USER;PWD=$PASSWD;";
|
/PHP-5.4/ |
H A D | php.ini-development | 1021 ; http://php.net/odbc.default-db 1027 ; http://php.net/odbc.default-pw 1032 ;odbc.default_cursortype 1036 odbc.allow_persistent = On 1040 odbc.check_persistent = On 1044 odbc.max_persistent = -1 1047 ; http://php.net/odbc.max-links 1048 odbc.max_links = -1 1053 odbc.defaultlrl = 4096 1057 ; of odbc.defaultlrl and odbc.defaultbinmode [all …]
|
H A D | php.ini-production | 1021 ; http://php.net/odbc.default-db 1027 ; http://php.net/odbc.default-pw 1032 ;odbc.default_cursortype 1036 odbc.allow_persistent = On 1040 odbc.check_persistent = On 1044 odbc.max_persistent = -1 1047 ; http://php.net/odbc.max-links 1048 odbc.max_links = -1 1053 odbc.defaultlrl = 4096 1057 ; of odbc.defaultlrl and odbc.defaultbinmode [all …]
|
H A D | EXTENSIONS | 171 EXTENSION: odbc
|
H A D | NEWS | 4233 - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc 5671 - Fixed bug #43668 (Added odbc.default_cursortype to control the ODBCcursor 8303 - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists). (Jani) 8394 - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
|
/PHP-5.4/win32/ |
H A D | php5dll.dsp | 503 SOURCE=..\ext\odbc\php_odbc.c 680 SOURCE=..\ext\odbc\php_odbc.h
|
H A D | php5dllts.dsp | 1939 SOURCE=..\ext\odbc\php_odbc.c 2130 SOURCE=..\ext\odbc\php_odbc.h 2134 SOURCE=..\ext\odbc\php_odbc_includes.h
|
Completed in 119 milliseconds