can't find xcache.var_size in php.ini

634 Views Asked by At

I need to change the xcache.var_size in the php.ini file. The problem that I can't seem to find it there. I have varified that this is the right on eby using phpinfo();

2

There are 2 best solutions below

0
On

check /etc/php5/mods-available/xcache.ini

0
On

Make sure that the value is not being loaded from another ini file. PHP could load multiple ini files. If it is not present in any of the ini files, then you might be seeing the default value. In which case, you can overwrite it by adding it yourself.