PHP unable to load dynamic library "php_pdo_oci.dll" -
i'm running apache 2.4.7 php 5.5.9 on windows 8. installed phpunit , warning image "warning" started pop up.
yes enabled extension loading in php.ini "extension_dir" correct folder , there file named "php_pdo_oci.dll" in folder. tried use different apache , php releases, didn't help. suggestions how fix this?
the ..._oci.dll part of oracle c interface. unless need use oracle, suggest go relevant line inside php.ini file , uncomment loading of extension. however, if need use extension, you’ll need install free oracle client libraries , add them path.
oracle has article installing php , oracle instant client linux , windows on how this.
Comments
Post a Comment