/PHP-5.6/ext/oci8/ |
H A D | php_oci8.h | 55 PHP_MINIT_FUNCTION(oci); 56 PHP_RINIT_FUNCTION(oci); 57 PHP_MSHUTDOWN_FUNCTION(oci); 58 PHP_RSHUTDOWN_FUNCTION(oci); 59 PHP_MINFO_FUNCTION(oci);
|
H A D | config.w32 | 46 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8", oci8_inc_paths) && 47 CHECK_LIB("oci.lib", "oci8", oci8_lib_paths)) 81 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_11G", oci8_11g_inc_paths) && 82 CHECK_LIB("oci.lib", "oci8_11g", oci8_11g_lib_paths)) 116 if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_12C", oci8_12c_inc_paths) && 117 CHECK_LIB("oci.lib", "oci8_12c", oci8_12c_lib_paths))
|
H A D | oci8.c | 65 ZEND_DECLARE_MODULE_GLOBALS(oci) 66 static PHP_GINIT_FUNCTION(oci); 67 static PHP_GSHUTDOWN_FUNCTION(oci); 1053 PHP_GINIT(oci), /* globals ctor */ 1175 static PHP_GINIT_FUNCTION(oci) in PHP_GINIT_FUNCTION() argument 1185 static PHP_GSHUTDOWN_FUNCTION(oci) in PHP_GSHUTDOWN_FUNCTION() argument 1191 PHP_MINIT_FUNCTION(oci) in PHP_MINIT_FUNCTION() argument 1302 PHP_RINIT_FUNCTION(oci) in PHP_RINIT_FUNCTION() argument 1311 PHP_MSHUTDOWN_FUNCTION(oci) in PHP_MSHUTDOWN_FUNCTION() argument 1320 PHP_RSHUTDOWN_FUNCTION(oci) in PHP_RSHUTDOWN_FUNCTION() argument [all …]
|
H A D | php_oci8_int.h | 495 ZEND_BEGIN_MODULE_GLOBALS(oci) /* {{{ Module globals */ 518 ZEND_END_MODULE_GLOBALS(oci) /* }}} */ 526 ZEND_EXTERN_MODULE_GLOBALS(oci)
|
H A D | oci8.dsp | 57 # ADD LINK32 php4ts.lib oci.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi3… 84 # ADD LINK32 php4ts_debug.lib oci.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib a…
|
H A D | config.m4 | 386 if test -f "$OCISDKRPMINC/oci.h"; then 390 elif test -f "$OCISDKZIPINC/oci.h"; then 394 elif test -f "$OCISDKMANINC/oci.h"; then
|
/PHP-5.6/ext/pdo_oci/ |
H A D | config.w32 | 4 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 D | config.m4 | 43 PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO, 44 [ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME. 45 Use --with-pdo-oci=instantclient,prefix,version 48 --with-pdo-oci=instantclient,/usr,11.2 50 --with-pdo-oci=instantclient,/usr,10.2.0.4]) 91 AC_MSG_CHECKING([for oci.h]) 92 if test -f $PDO_OCI_IC_PREFIX/include/oracle/$PDO_OCI_IC_VERS/$PDO_OCI_CLIENT_DIR/oci.h ; then 95 …elif test -f $PDO_OCI_IC_PREFIX/lib/oracle/$PDO_OCI_IC_VERS/$PDO_OCI_CLIENT_DIR/include/oci.h ; th… 98 elif test -f $PDO_OCI_IC_PREFIX/sdk/include/oci.h ; then 101 elif test -f $PDO_OCI_IC_PREFIX/$PDO_OCI_CLIENT_DIR/include/oci.h ; then
|
H A D | oci_driver.c | 719 PDO_DRIVER_HEADER(oci),
|
/PHP-5.6/ext/pdo/tests/ |
H A D | bug_43130.phpt | 10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
|
H A D | bug_36798.phpt | 11 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))){
|
H A D | pdo_016.phpt | 8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
|
H A D | pdo_016a.phpt | 9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
|
H A D | bug_44861.phpt | 8 $allowed = array('oci', 'pgsql'); 29 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
|
H A D | bug_43139.phpt | 21 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
|
H A D | bug_34630.phpt | 18 $is_oci = $driver == 'oci';
|
H A D | bug_38253.phpt | 27 if ($pdo->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
|
H A D | pdo_018.phpt | 133 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci' && $res[0] === null) {
|
/PHP-5.6/ext/oci8/tests/ |
H A D | minfo.phpt | 2 Code coverage for PHP_MINFO_FUNCTION(oci)
|
H A D | edition_2.phpt | 130 echo " Set the value back using oci-set_edition\n"; 235 Set the value back using oci-set_edition
|
/PHP-5.6/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_drivername.phpt | 20 string(3) "oci"
|
H A D | common.phpt | 21 $config['ENV']['PDOTEST_DSN'] = 'oci:dbname=localhost/xe;charset=WE8MSWIN1252';
|
H A D | pecl_bug_11345.phpt | 17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
|
/PHP-5.6/ |
H A D | php.ini-development | 1334 ; http://php.net/oci8.old-oci-close-semantics
|
H A D | php.ini-production | 1334 ; http://php.net/oci8.old-oci-close-semantics
|