I try to connect to Oracle database using PHP which run on easyphp.
I made all neccessary pre-setup like uncommenting extension=php_oci8.dll
my extension_dir is also pointing to where the php_oci8.dll is saved.
When i start easyphp, I am getting the following error
PHP Startup: Unable to load dynamic library 'D:\Program Files\EasyPHP-5.3.2\php\ext\php_oci8.dll' - The specified procedure could not be found.
Please let me know, how can I resolve the above error