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.
>
>
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
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