On Fri, Oct 8, 2010 at 2:47 AM, jvlad <d...@yandex.ru> wrote: >> Hi. >> >> This was discussed before. >> see >> http://www.mail-archive.com/internals@lists.php.net/msg37211.html >> >> Tyrael
I have a question after reading through that thread - apc.include_once_override - boolean, default is 0 Optimize include_once() and require_once() calls and avoid the expensive system calls used. I actually read APC was going to be doing optimizations helping the _once calls, I guess this is what it was talking about, however I thought it was included by default, but apparently it is not. The manual doesn't give much more detail than "optimizes the calls" - no warnings or anything to caution a user against it. Someone did leave a comment saying it creates more problems than it solves, and 5.3 implemented most of those optimizations anyway. Is this true? Why would someone NOT include that? I mean, the point of the opcode cache is to optimize things. Seems like that should be on by default. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php