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();
Asked
Active
Viewed 621 times
0
-
You could always just add it. – Corbin May 21 '12 at 07:29
-
how is it supposed to look? like this [link]http://stackoverflow.com/questions/2976829/xcache-var-size-error or just Xcache var_size =16M; – devmonster May 21 '12 at 11:53
2 Answers
1
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.

Joyce Babu
- 19,602
- 13
- 62
- 97