>Basant Kukreja posted the following message:
>--------------------------------------------------------------
>Have you enabled APC? If so, have you set apc.stat=0. If apc.stat is 0 then 
>php >doesn't look for changes in the file. apc.stat = 0 is good for production 
>but for >development it should be set to 1.

>Regards,
>Basant.

Yes, it was enabled, it seems this was the problem.
I changed /etc/php/5.2/conf.d/apc.ini from

;Comment out next line to disable apc extension in php
extension=apc.so

to 

;Comment out next line to disable apc extension in php
;extension=apc.so

did a svcadm restart apache22 and the output is now "uncached".

Thanks for your help. Louis Hoefler.
-- 
This message posted from opensolaris.org

Reply via email to