简体   繁体   English

Oracle 11g调用未定义的函数oci_connect()

[英]Oracle 11g Call to undefined function oci_connect()

I'm trying to make Oracle 11g database work with wamp PHP 5.6 on the x64 version of windows 10. 我正在尝试使用x64版本的Windows 10上的PHP 5.6使Oracle 11g数据库工作。

In the php.ini I was told to uncomment two lines, but I DO NOT EVEN FIND THEM! 在php.ini中,我被告知取消注释两行,但我甚至没有找到它们!

extension=php_oracle.dll 
extension=php_oci8.dll

I do have instantclient_11_2 installed and I think I configured it rather well... 我确实安装了instantclient_11_2,我认为我配置得相当好......

I just can't figure this out.. 我只是想不出这个..

I'm frustrated, 24 hours I've been trying to fix the problem. 我很沮丧,24小时我一直试图解决这个问题。 Please help, and ask me any more details if you want. 如果你愿意,请帮助,并问我更多细节。

I unistalled the x64 version and installed the x32 and everything worked fine. 我没有安装x64版本并安装了x32,一切正常。 If you have the same problem, try installing the x32 version! 如果您遇到同样的问题,请尝试安装x32版本! Oh, and make sure you unistall the x64 version properly before installing the other, or your computer is kinda screwed! 哦,并确保在安装另一个之前正确地取消x64版本,或者你的计算机有点搞砸了! :D :d

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Oracle 11g PHP oci_connect 失败 OCIEnvNlsCreate() - Oracle 11g PHP oci_connect fails OCIEnvNlsCreate() 启用PHP oci8_11g扩展:调用未定义的函数oci_connect() - Enabling PHP oci8_11g extension: Call to undefined function oci_connect() 调用未定义的函数oci_connect,php_oci8_11g.dll,Windows 10,php5.6.24 - Call to undefined function oci_connect, php_oci8_11g.dll , windows 10, php5.6.24 在Oracle的CentOS中未定义Oci_connect函数 - Oci_connect function is undefined in CentOS with Oracle 调用未定义函数 oci_connect() - Call to undefined function oci_connect() 致命错误:在Windows 10上运行的Oracle 10g中,在Wamp Server 3.0中调用未定义函数oci_connect() - Fatal error: Call to undefined function oci_connect() in wamp server 3.0 with oracle 10g running on windows 10 PHP8 + Oracle OCI8 => 致命错误:未捕获错误:调用未定义的函数 oci_connect() - PHP8 + Oracle OCI8 => Fatal error: Uncaught Error: Call to undefined function oci_connect() apache / php / oracle db / raspbian:调用未定义函数oci_connect() - apache / php / oracle db / raspbian: Call to undefined function oci_connect() PHP中的Oracle连接错误。 致命错误:调用未定义函数oci_connect() - Oracle Connection Error in PHP. Fatal error: Call to undefined function oci_connect() 致命错误:调用未定义的函数 oci_connect() php 错误 - Fatal error: Call to undefined function oci_connect() php error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM