Re: [PHP-WIN] using php apc functions

2010-05-05 Thread Richard Quadling
On 5 May 2010 14:42, Venkat Raman Don wrote: > Hi Alexander, > > Apart from what Pierre mentioned, I also doubt if APC works smoothly on > Windows. The major problem is difference between shared memory implementation > on windows and unix. I would suggest use Windows Cache Extension for PHP > a

RE: [PHP-WIN] using php apc functions

2010-05-05 Thread Venkat Raman Don
Hi Alexander, Apart from what Pierre mentioned, I also doubt if APC works smoothly on Windows. The major problem is difference between shared memory implementation on windows and unix. I would suggest use Windows Cache Extension for PHP a.k.a. WINCACHE. It has got all the functionality that APC

Re: [PHP-WIN] using php apc functions

2010-05-05 Thread Pierre Joye
hi, Did you restart apache? Are you sure you edited the correct php.ini? You can verify it using a simple phpinfo(); page. Cheers, -- Pierre On Wed, May 5, 2010 at 8:30 AM, Alexander Schunk wrote: > Hello, > > i want to use the php APC Functions. > > I am using xampp server and latest php. > >