Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-09 Thread Jan Ehrhardt
Jan Ehrhardt in php.windows (Tue, 09 Jul 2013 07:16:49 +0200): >opcache.mmap_base > >Could this be a way out? It looks like this setting overrides the >setting in ZendOPcache.MemoryBase. What I want is that the OPcache of >PHP 5.5 does not share the memory with PHP 5.3. Can that be reached by >sett

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-09 Thread Jan Ehrhardt
Hi Pierre, Pierre Joye in php.windows (Tue, 9 Jul 2013 07:46:48 +0200): >impersonation should solve this problem. I've to check if another >function(s) has to be used to get the impersonated user. Please check it out. I suppose I will not be the only one interested in running multiple PHP's with

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Jan Ehrhardt
Richard Quadling in php.windows (Tue, 9 Jul 2013 06:44:58 +0100): >On 9 July 2013 06:21, Jan Ehrhardt wrote: > >> Just curious: how is this done on Linux? As far as I know both PHP's on >> my Centos boxes run as the same user (the one as mod_php, the other as >> mod_fcgid). Wouldn't it be possible

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Pierre Joye
hi Jan, On Tue, Jul 9, 2013 at 7:21 AM, Jan Ehrhardt wrote: > "Anatol Belski" in php.windows (Mon, 8 Jul 2013 18:54:30 +0200): >>You can try to run from another user account, then the mmap filename will >>change. > > Just curious: how is this done on Linux? As far as I know both PHP's on > my Cen

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Richard Quadling
On 9 July 2013 06:21, Jan Ehrhardt wrote: > "Anatol Belski" in php.windows (Mon, 8 Jul 2013 18:54:30 +0200): > >You can try to run from another user account, then the mmap filename will > >change. > > Just curious: how is this done on Linux? As far as I know both PHP's on > my Centos boxes run as

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Jan Ehrhardt
"Anatol Belski" in php.windows (Mon, 8 Jul 2013 18:54:30 +0200): >You can try to run from another user account, then the mmap filename will >change. Just curious: how is this done on Linux? As far as I know both PHP's on my Centos boxes run as the same user (the one as mod_php, the other as mod_fc

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Jan Ehrhardt
"Anatol Belski" in php.windows (Mon, 8 Jul 2013 18:54:30 +0200): >You can try to run from another user account, then the mmap filename will >change. When I saw the name ZendOPcache.MemoryBase@Administrator I already was thinking about such a solution. That must be possible with mote than one insta

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Anatol Belski
You can try to run from another user account, then the mmap filename will change. Regards Anatol On Sun, July 7, 2013 22:41, Jan Ehrhardt wrote: > I am having troubles configuring multiple PHP-versions, all running > under Apache 2.4.4 with their own OPcache. My feeling at the moment is that > u