Home
last modified time | relevance | path

Searched refs:statement_cache_size (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/ext/oci8/tests/
H A Dini_1.phpt18 oci8.statement_cache_size = 444
31 echo 'oci8.statement_cache_size = ' . ini_get('oci8.statement_cache_size') . "\n";
48 var_dump(ini_set('oci8.statement_cache_size', '666'));
49 echo 'oci8.statement_cache_size = ' . ini_get('oci8.statement_cache_size') . "\n";
66 oci8.statement_cache_size = 444
83 oci8.statement_cache_size = 444
H A Dbug42841.phpt9 oci8.statement_cache_size=20
H A Dimp_res_get_3.phpt18 oci8.statement_cache_size = 0
/PHP-5.6/ext/oci8/
H A Doci8.c1066 …i8.statement_cache_size", "20", PHP_INI_SYSTEM, ONUPDATELONGFUNC, statement_cache_size, zend_oci_g…
3073 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_old_create_session() local
3238 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_old_create_session()
3261 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_create_session() local
3397 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_create_session()
H A Dphp_oci8_int.h505 long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable
/PHP-5.6/
H A Dphp.ini-development1325 ;oci8.statement_cache_size = 20
H A Dphp.ini-production1325 ;oci8.statement_cache_size = 20

Completed in 32 milliseconds