Re: [PHP] Problems with apc extension on wamp server.

2009-06-17 Thread Valentinas Bakaitis
Hi. Yes, as it turned out, the extension was not loaded. While following some tutorial i added only apc.rfc1867 = 1 to php.ini. Turns out that this particular line turns on one of apc functions (file tracking), but not the apc itself. However, now when i have apc turned on i still have a problem

Re: [PHP] Problems with apc extension on wamp server.

2009-06-17 Thread Valentinas Bakaitis
Found the problem: input type=hidden name=APC_UPLOAD_PROGRESS id=progress_key value=1 / must always be before file input in the form. 2009/6/17 Valentinas Bakaitis v.bakai...@gmail.com: Hi. Yes, as it turned out, the extension was not loaded. While following some tutorial i added only

Re: [PHP] Problems with apc extension on wamp server.

2009-06-16 Thread Jonathan Tapicer
Hi, Does the extension appear on a phpinfo()? Seems like the extension isn't loaded. Jonathan On Tue, Jun 16, 2009 at 5:20 PM, Valentinas Bakaitisv.bakai...@gmail.com wrote: Hello! I am trying to track file upload progress using APC extension. However, when trying to use, it gives Fatal