I Apache and PHP 5.3 installed from Blastware. I run
pecl install apc and everything went ok. apc.so is in the extension library. I declared the extension in php.ini and enabled it with 'apc.enabled=1'.
Apc it is still not loaded, not showing in phpinfo(). Why?
Of course I restarted Apache2.