oracle11g - How Can I install oci8 drivers in php 5.3 on my windows pc whith out xampp or wamp -


win 2007 server 32bit apache2.2 php version 5.3.14 without php_oci8 files oracle enterprise edition installed 

i need able connect remote oracle database, find out, oci8 extension should used. make oci8 work, should need @ least oracle instant client on server, because of dll oci8 need.

what did?

downloaded oracle instant client sites ( oracle download site ), version 11.2.0.4.0 unpacked folder, choosed program files/oci_11_2 added windows variable path address restarted win downloaded php_oci8 libraries pecl ( pecl oci8 dl site ) put them ext directory set in php.ini added extension=php_oci8.dll php.ini restarted apache 

after checked php_info see, if ok, no signs of oci8.

i tried older oracle instant client, swtiching between php_oci8.dll, php_oci8_11g.dll or php_oci8_12c.dll, yet nothing helped.

currently, have no idea do, unless trying reinstalling php(which don't want because of many problematics connected that), different oracle instant clients or differenct php_oci8 libraries. google hours, tried looking on stack, no solution, tips, didn't help. have encountered , solved similar?

you've got set oracle_home , ld_library_path apache environment variables too.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -