On Saturday, March 16, 2013, Rasmus Lerdorf wrote: > On 03/15/2013 11:13 PM, Dmitry Stogov wrote: > > Hi Rasmus, > > > > restart_count - makes sense > > > > last_restart_reason - is not very useful, I think it's better to add > > separate countersfor each reason (memory overflow, hash overflow, wasted > > memory). > > > > What do you think? > > Sure, separate counters give us even more granularity. It should be > obvious which config param to tune and right now that is quite hard to > figure out unless you sit and watch it for a while or catch it at just > the right moment.
Great. Please, propose the uniform names or even better prepare a path for PHP-5.5. Another small tweak, I noticed that with enable_cli off it still loads > the blacklist when sapi=cli. There doesn't seem to be much point in > that, is there? I'll need to look into it. I'm not completely sure about ini on_modify callback invocation order... Dmitry. > -Rasmus >