Page 1 of 1

Xampp 5.6.3

PostPosted: 22. November 2014 15:34
by alf1149
There i a wrong dll in this version.

In php.ini it says extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client
in php/ext this one php_oci8_12c.dll is found

if using extension=php_oci8_12c.dll ; Use with Oracle 11gR2 Instant Client in php.ini
it dows not work with 11g oracle client only with 12g client.

Hope this is a help to others.
I havent testet pdo_oci yet.

/Rolf

Re: Xampp 5.6.3

PostPosted: 13. January 2015 16:19
by The_Venator
Man, THANKS! I uninstall and reinstall and do everything, until read this topic. I just put the line with 12c instead 11c and then works! Thanks!

Re: Xampp 5.6.3

PostPosted: 05. May 2015 14:31
by rL071
This works for me too ! Thanks a lot !