|
Posted by C. (http://symcbean.blogspot.c on June 16, 2008, 9:27 am
Please log in for more thread options
> Hi All!
>
> Is here any solution? APC and shm_ functions doesn't work from command
> line but I need it.
I'm not surprised APC (I'm assuming you are refering to the
Alternative PHP Cache) doesn't work from the command line - the
process only runs once for each script.
As for shm_ functions they should. Most likely you've not set the
permissions right. But you haven't quoted any error message or
indication of why you think they are not working - read this:
http://catb.org/~esr/faqs/smart-questions.html
C.
|