Home
last modified time | relevance | path

Searched refs:oci (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.0/ext/oci8/
H A Dphp_oci8.h53 PHP_MINIT_FUNCTION(oci);
54 PHP_RINIT_FUNCTION(oci);
55 PHP_MSHUTDOWN_FUNCTION(oci);
56 PHP_RSHUTDOWN_FUNCTION(oci);
57 PHP_MINFO_FUNCTION(oci);
H A Dconfig.w3266 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8", oci8_inc_paths) &&
67 CHECK_LIB("oci.lib", "oci8", oci8_lib_paths))
101 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_11G", oci8_11g_inc_paths) &&
102 CHECK_LIB("oci.lib", "oci8_11g", oci8_11g_lib_paths))
136 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_12C", oci8_12c_inc_paths) &&
137 CHECK_LIB("oci.lib", "oci8_12c", oci8_12c_lib_paths))
170 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_19", oci8_19_inc_paths) &&
171 CHECK_LIB("oci.lib", "oci8_19", oci8_19_lib_paths))
H A Doci8.c53 ZEND_DECLARE_MODULE_GLOBALS(oci)
54 static PHP_GINIT_FUNCTION(oci);
55 static PHP_GSHUTDOWN_FUNCTION(oci);
143 PHP_GINIT(oci), /* globals ctor */
246 static PHP_GINIT_FUNCTION(oci) in PHP_GINIT_FUNCTION() argument
257 static PHP_GSHUTDOWN_FUNCTION(oci) in PHP_GSHUTDOWN_FUNCTION() argument
275 PHP_MINIT_FUNCTION(oci) in PHP_MINIT_FUNCTION() argument
400 PHP_RINIT_FUNCTION(oci) in PHP_RINIT_FUNCTION() argument
409 PHP_MSHUTDOWN_FUNCTION(oci) in PHP_MSHUTDOWN_FUNCTION() argument
418 PHP_RSHUTDOWN_FUNCTION(oci) in PHP_RSHUTDOWN_FUNCTION() argument
[all …]
/PHP-8.0/ext/pdo_oci/
H A Dconfig.w323 ARG_WITH("pdo-oci", "Oracle OCI support for PDO", "no");
9 PHP_PDO_OCI + "\\oci",
27 …pdo_oci_header = CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_PDO_OCI", pdo_oci_inc_paths, null, null…
29 if (pdo_oci_header && CHECK_LIB("oci.lib", "pdo_oci", pdo_oci_lib_paths)) {
37 CHECK_FUNC_IN_HEADER('oci.h', 'OCIEnvCreate', pdo_oci_inc_dir, 'CFLAGS_PDO_OCI');
42 WARNING("pdo-oci not enabled; libraries and headers not found");
H A Dconfig.m457 PHP_ARG_WITH([pdo-oci],
59 [AS_HELP_STRING([[--with-pdo-oci[=DIR]]],
61 --with-pdo-oci=instantclient,/path/to/instant/client/lib for an Oracle
99 AC_MSG_CHECKING([for oci.h])
110 if test -f "$OCISDKRPMINC/oci.h" ; then
113 elif test -f "$OCISDKMANINC/oci.h" ; then
116 elif test -f "$OCISDKZIPINC/oci.h" ; then
/PHP-8.0/ext/pdo/tests/
H A Dbug_43130.phpt10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
H A Dbug_36798.phpt11 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))){
H A Dbug_71885.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for OCI drive…
H A Dbug_44861.phpt8 $allowed = array('oci', 'pgsql');
29 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dpdo_016.phpt8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
H A Dpdo_016a.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
H A Dbug_43139.phpt21 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dpdo_038.phpt25 case 'oci':
H A Dbug_73234.phpt12 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dbug_69356.phpt8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip query not supported');
H A Dbug_60665.phpt17 case 'oci': $from = 'from dual'; break;
H A Dpdo_dsn_containing_credentials.phpt10 if (!in_array($driver, array('mssql','sybase','dblib','firebird','mysql','oci')))
H A Dgh8626.phpt12 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dbug_65946.phpt29 case 'oci':
H A Dbug_34630.phpt18 $is_oci = $driver == 'oci';
/PHP-8.0/ext/oci8/tests/
H A Dminfo.phpt2 Code coverage for PHP_MINFO_FUNCTION(oci)
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_drivername.phpt20 string(3) "oci"
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'oci:dbname=localhost/xe;charset=WE8MSWIN1252';
H A Dpecl_bug_11345.phpt17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
/PHP-8.0/.github/actions/test-linux/
H A Daction.yml27 export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"

Completed in 50 milliseconds

12