PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_oci code example
Example 1: PHP Startup: Unable to load dynamic library
If you are a windows user, make sure to uncomment this line in your php.ini
file:
extension_dir = "ext"
Example 2: PHP Startup: Unable to load dynamic library 'curl'
apt-get update && apt-get upgrade