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.

enter image description here

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -