PHP :Unable to load dynamic library 'pdo_firebird' and 'pdo_oci'

1 pdo_firebird

启动PHP提示:

PHP Startup:Unable to load dynamic library 'pdo_firebird' (tried:xxxxx\pdo_firebird(The specified module could 
not be found),xxxx\ext\php_pdo_firebird.dll(The specified module could not be found.))

去Firebird的官网(戳这里),下载对应版本的Firebird库,这里笔者的是win环境:
在这里插入图片描述
解压之后有一个fbclient.dll文件:
在这里插入图片描述
放到PHP根目录(php.ini所在目录)下就可以了.

2 pdo_oci

这是Oracle C接口的一部分,除非使用Oracle,否则建议注释掉.如果要使用Oracle,需要安装Oracle Instant Client.下载链接戳这里.
由于笔者不需要Oracle就不安装了,安装Instant Client可以参考官网或者这里
.

发布了88 篇原创文章 · 获赞 11 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/qq_27525611/article/details/105722680
今日推荐