Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/tests/
H A Dini_1.phpt12 oci8.statement_cache_size = 444
25 echo 'oci8.statement_cache_size = ' . ini_get('oci8.statement_cache_size') . "\n";
42 var_dump(ini_set('oci8.statement_cache_size', '666'));
43 echo 'oci8.statement_cache_size = ' . ini_get('oci8.statement_cache_size') . "\n";
60 oci8.statement_cache_size = 444
77 oci8.statement_cache_size = 444
H A Dbug42841.phpt9 oci8.statement_cache_size=20
/PHP-5.5/ext/oci8/
H A Doci8.c1055 …i8.statement_cache_size", "20", PHP_INI_SYSTEM, ONUPDATELONGFUNC, statement_cache_size, zend_oci_g…
2945 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_old_create_session() local
3101 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_old_create_session()
3123 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_create_session() local
3256 …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.h485 long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable
/PHP-5.5/
H A Dphp.ini-development1267 ;oci8.statement_cache_size = 20
H A Dphp.ini-production1267 ;oci8.statement_cache_size = 20

Completed in 25 milliseconds