Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/oci8/
H A Dphp_oci8.h54 PHP_MINIT_FUNCTION(oci);
55 PHP_RINIT_FUNCTION(oci);
56 PHP_MSHUTDOWN_FUNCTION(oci);
57 PHP_RSHUTDOWN_FUNCTION(oci);
58 PHP_MINFO_FUNCTION(oci);
H A Dconfig.w3245 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8", oci8_inc_paths) &&
46 CHECK_LIB("oci.lib", "oci8", oci8_lib_paths))
80 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_11G", oci8_11g_inc_paths) &&
81 CHECK_LIB("oci.lib", "oci8_11g", oci8_11g_lib_paths))
115 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_12C", oci8_12c_inc_paths) &&
116 CHECK_LIB("oci.lib", "oci8_12c", oci8_12c_lib_paths))
H A Doci8.c52 ZEND_DECLARE_MODULE_GLOBALS(oci)
53 static PHP_GINIT_FUNCTION(oci);
54 static PHP_GSHUTDOWN_FUNCTION(oci);
899 PHP_GINIT(oci), /* globals ctor */
1021 static PHP_GINIT_FUNCTION(oci) in PHP_GINIT_FUNCTION() argument
1031 static PHP_GSHUTDOWN_FUNCTION(oci) in PHP_GSHUTDOWN_FUNCTION() argument
1037 PHP_MINIT_FUNCTION(oci) in PHP_MINIT_FUNCTION() argument
1162 PHP_RINIT_FUNCTION(oci) in PHP_RINIT_FUNCTION() argument
1171 PHP_MSHUTDOWN_FUNCTION(oci) in PHP_MSHUTDOWN_FUNCTION() argument
1180 PHP_RSHUTDOWN_FUNCTION(oci) in PHP_RSHUTDOWN_FUNCTION() argument
[all …]
H A Dphp_oci8_int.h510 ZEND_BEGIN_MODULE_GLOBALS(oci) /* {{{ Module globals */
533 ZEND_END_MODULE_GLOBALS(oci) /* }}} */
548 ZEND_EXTERN_MODULE_GLOBALS(oci)
H A Dconfig.m4382 if test -f "$OCISDKRPMINC/oci.h"; then
386 elif test -f "$OCISDKZIPINC/oci.h"; then
390 elif test -f "$OCISDKMANINC/oci.h"; then
/PHP-7.0/ext/pdo_oci/
H A Dconfig.w324 ARG_WITH("pdo-oci", "Oracle OCI support for PDO", "no");
10 PHP_PDO_OCI + "\\oci",
28 …pdo_oci_header = CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_PDO_OCI", pdo_oci_inc_paths, null, null…
30 if (pdo_oci_header && CHECK_LIB("oci.lib", "pdo_oci", pdo_oci_lib_paths)) {
38 CHECK_FUNC_IN_HEADER('oci.h', 'OCIEnvCreate', pdo_oci_inc_dir, 'CFLAGS_PDO_OCI');
43 WARNING("pdo-oci not enabled; libraries and headers not found");
H A Dconfig.m458 PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
59 [ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME.
60 Use --with-pdo-oci=instantclient,prefix,version
63 --with-pdo-oci=instantclient,/usr,11.2
65 --with-pdo-oci=instantclient,/usr,10.2.0.4])
106 AC_MSG_CHECKING([for oci.h])
107 if test -f $PDO_OCI_IC_PREFIX/include/oracle/$PDO_OCI_IC_VERS/$PDO_OCI_CLIENT_DIR/oci.h ; then
110 …elif test -f $PDO_OCI_IC_PREFIX/lib/oracle/$PDO_OCI_IC_VERS/$PDO_OCI_CLIENT_DIR/include/oci.h ; th…
113 elif test -f $PDO_OCI_IC_PREFIX/sdk/include/oci.h ; then
116 elif test -f $PDO_OCI_IC_PREFIX/$PDO_OCI_CLIENT_DIR/include/oci.h ; then
H A Doci_driver.c731 PDO_DRIVER_HEADER(oci),
/PHP-7.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 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_44861.phpt8 $allowed = array('oci', 'pgsql');
29 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dbug_43139.phpt21 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
H A Dbug_60665.phpt17 case 'oci': $from = 'from dual'; break;
H A Dbug_34630.phpt18 $is_oci = $driver == 'oci';
H A Dbug_65946.phpt28 case 'oci':
H A Dpdo_018.phpt140 case 'oci':
/PHP-7.0/ext/oci8/tests/
H A Dminfo.phpt2 Code coverage for PHP_MINFO_FUNCTION(oci)
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/PHP-7.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-7.0/
H A Dphp.ini-development1268 ; http://php.net/oci8.old-oci-close-semantics
H A Dphp.ini-production1268 ; http://php.net/oci8.old-oci-close-semantics

Completed in 51 milliseconds

12