You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd 【源码包】/
/【PHPBIN】/phpize
./configure --with-php-config=/【PHPBIN】/php-config --with-oci8=instantclient,/usr/lib/oracle/【版本】/client【位数】/lib/
make && make install
根据提示,将安装好的 oci8.so 加入到 php.ini
重启测试;
The text was updated successfully, but these errors were encountered:
坑太多,有条件的直接试用docker吧。
PHP是通过 oci8 扩展连 Oracle instantclient 操作 Oracle的,他们之间版本都得对上;
Windows 打开 PHP oci8 模块?
官方地址例:
http://download.oracle.com/otn/nt/instantclient/10205/instantclient-basic-win64-10.2.0.5.zip
在phpinfo里查找对应的:x86 还是 x64 ; NTS 还是 TS
Linux 打开 PHP oci8 模块?
The text was updated successfully, but these errors were encountered: