Answers for "PHP Warning: PHP Startup: Unable to load dynamic library 'curl'"

PHP
1

PHP Startup: Unable to load dynamic library 'curl'

apt-get update && apt-get upgrade
Posted by: Guest on July-10-2020
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 Warning: PHP Startup: Unable to load dynamic library 'curl'"

Browse Popular Code Answers by Language