Answers for "php message: php warning: php startup: unable to load dynamic library '/usr/lib/php/20131226/apc.so'"

PHP
0

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

comment out this line by adding a semi-colon in front
;extension=apc.so
Posted by: Guest on October-15-2020

Code answers related to "php message: php warning: php startup: unable to load dynamic library '/usr/lib/php/20131226/apc.so'"

Browse Popular Code Answers by Language