| | 3055 | xc_config_long(&xc_php_size, "xcache.size", "0"); |
| | 3056 | xc_config_hash(&xc_php_hcache, "xcache.count", "1"); |
| | 3057 | xc_config_hash(&xc_php_hentry, "xcache.slots", "8K"); |
| | 3058 | |
| | 3059 | xc_config_long(&xc_var_size, "xcache.var_size", "0"); |
| | 3060 | xc_config_hash(&xc_var_hcache, "xcache.var_count", "1"); |
| | 3061 | xc_config_hash(&xc_var_hentry, "xcache.var_slots", "8K"); |
| | 3062 | |
| 3064 | | |
| 3065 | | xc_config_long(&xc_php_size, "xcache.size", "0"); |
| 3066 | | xc_config_hash(&xc_php_hcache, "xcache.count", "1"); |
| 3067 | | xc_config_hash(&xc_php_hentry, "xcache.slots", "8K"); |
| 3068 | | |
| 3069 | | xc_config_long(&xc_var_size, "xcache.var_size", "0"); |
| 3070 | | xc_config_hash(&xc_var_hcache, "xcache.var_count", "1"); |
| 3071 | | xc_config_hash(&xc_var_hentry, "xcache.var_slots", "8K"); |