Re: [PHP-DEV] Issue with custom stream wrapper, include and APC

2011-08-19 Thread Christian Kaps
Thanks for your fast feedback. I've tried it with the latest(3.1.9) version. Can someone who has the actual trunk compiled, give feedback for the snippet(https://gist.github.com/1156717)? Christian Am 19.08.2011 15:07, schrieb Pierre Joye: > hi, > > Have you tried using the latest version of AP

Re: [PHP-DEV] Issue with custom stream wrapper, include and APC

2011-08-19 Thread Pierre Joye
hi, Have you tried using the latest version of APC or using svn's trunk? If not please try it and report a bug at pecl.php.net/apc if it still occurs Thanks for your feedback! On Fri, Aug 19, 2011 at 2:54 PM, Christian Kaps wrote: > Hi! > > I have a problem with APC and a custom stream wrapper

[PHP-DEV] Issue with custom stream wrapper, include and APC

2011-08-19 Thread Christian Kaps
Hi! I have a problem with APC and a custom stream wrapper implementation. The wrapper is used to include generated PHP classes. If APC is enabled it seems that the include statement(used with different URL's), loads always the first included class from cache. The following code illustrates the is