I was getting tons of Warnings in my production site. like
PHP: Require_once(): Unable To Allocate Memory For Pool
I know its caused by APC and after I increased the shm_size
and decreased the gc_ttl
its gone. but my query is how come it displayed that warning in the web page? I have disabled display PHP errors
and Just log it and it doesn't display any PHP errors in website.
To test this, I deliberately created a script which would throw PHP Warning and Notices, and yes up to my satisfaction these are just logged, NOT Displayed like APC error.
So, how do I disabled APC Warnings in Production site? (in case if it happens again)