Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dini_1.phpt19 oci8.statement_cache_size = 444
32 echo 'oci8.statement_cache_size = ' . ini_get('oci8.statement_cache_size') . "\n";
49 var_dump(ini_set('oci8.statement_cache_size', '666'));
50 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.phpt11 oci8.statement_cache_size=20
H A Dimp_res_get_3.phpt19 oci8.statement_cache_size = 0
/PHP-8.2/ext/oci8/
H A Doci8.c177 … "oci8.statement_cache_size", "20", PHP_INI_SYSTEM, OnUpdateLong, statement_cache_size, zend_oci_g…
2082 ub4 statement_cache_size = 0; in php_oci_old_create_session() local
2084 if (OCI_G(statement_cache_size) > 0) { in php_oci_old_create_session()
2085 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_old_create_session()
2086 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_old_create_session()
2088 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_old_create_session()
2271 ub4 statement_cache_size = 0; in php_oci_create_session() local
2273 if (OCI_G(statement_cache_size) > 0) { in php_oci_create_session()
2274 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_create_session()
2275 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_create_session()
[all …]
H A Dphp_oci8_int.h525 zend_long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable
/PHP-8.2/
H A DUPGRADING503 . oci8.statement_cache_size
H A Dphp.ini-development1284 ;oci8.statement_cache_size = 20
H A Dphp.ini-production1286 ;oci8.statement_cache_size = 20

Completed in 38 milliseconds