Home
last modified time | relevance | path

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

/PHP-8.0/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";
64 oci8.statement_cache_size = 444
81 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-8.0/ext/oci8/
H A Doci8.c156 … "oci8.statement_cache_size", "20", PHP_INI_SYSTEM, OnUpdateLong, statement_cache_size, zend_oci_g…
2230 ub4 statement_cache_size = 0; in php_oci_old_create_session() local
2232 if (OCI_G(statement_cache_size) > 0) { in php_oci_old_create_session()
2233 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_old_create_session()
2234 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_old_create_session()
2236 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_old_create_session()
2425 ub4 statement_cache_size = 0; in php_oci_create_session() local
2427 if (OCI_G(statement_cache_size) > 0) { in php_oci_create_session()
2428 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_create_session()
2429 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_create_session()
[all …]
H A Dphp_oci8_int.h520 zend_long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable
/PHP-8.0/
H A Dphp.ini-development1268 ;oci8.statement_cache_size = 20
H A Dphp.ini-production1270 ;oci8.statement_cache_size = 20

Completed in 25 milliseconds