Home
last modified time | relevance | path

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

/PHP-7.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";
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.0/ext/oci8/
H A Doci8.c912 … "oci8.statement_cache_size", "20", PHP_INI_SYSTEM, OnUpdateLong, statement_cache_size, zend_oci_g…
2986 ub4 statement_cache_size = 0; in php_oci_old_create_session() local
2988 if (OCI_G(statement_cache_size) > 0) { in php_oci_old_create_session()
2989 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_old_create_session()
2990 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_old_create_session()
2992 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_old_create_session()
3181 ub4 statement_cache_size = 0; in php_oci_create_session() local
3183 if (OCI_G(statement_cache_size) > 0) { in php_oci_create_session()
3184 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_create_session()
3185 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-7.0/
H A Dphp.ini-development1259 ;oci8.statement_cache_size = 20
H A Dphp.ini-production1259 ;oci8.statement_cache_size = 20

Completed in 30 milliseconds