Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/oci8/
H A Doci8.c913 … "oci8.statement_cache_size", "20", PHP_INI_SYSTEM, OnUpdateLong, statement_cache_size, zend_oci_g…
3011 ub4 statement_cache_size = 0; in php_oci_old_create_session() local
3013 if (OCI_G(statement_cache_size) > 0) { in php_oci_old_create_session()
3014 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_old_create_session()
3015 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_old_create_session()
3017 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_old_create_session()
3206 ub4 statement_cache_size = 0; in php_oci_create_session() local
3208 if (OCI_G(statement_cache_size) > 0) { in php_oci_create_session()
3209 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_create_session()
3210 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_create_session()
[all …]
H A Dphp_oci8_int.h522 zend_long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable
/PHP-7.4/
H A Dphp.ini-development1261 ;oci8.statement_cache_size = 20
H A Dphp.ini-production1261 ;oci8.statement_cache_size = 20

Completed in 35 milliseconds