PHP Warning: PHP Startup: Unable to load dynamic library 'apc.so'

PHP
comment out this line by adding a semi-colon in front
;extension=apc.so
You just uncomment the extension_dir in php.ini
Source

Also in PHP: