PHP5怎么打开oci8模块

WBOY
Release: 2016-06-13 11:57:58
Original
828 people have browsed it

PHP5如何打开oci8模块

1.把php_oci8.dll复制到system32目录下,经实验,无效。

2.增加php装置途径到环境变量path中,运用phpinfo()检查,重启电脑后才会成为新的path设置,但可惜,通过一番折腾,照旧无效。

3.oarcle客户端精简版疑问,我换成运用与服务器端装置时运用的同一张盘装置的客户端,经查,无效。

通过查询很多材料后,得出如下办法,处理了该疑问:

为了使 PHP 能够操作 Oracle 数据库,只是翻开 php.ini 文件的 php_oci8.dll 拓展是不行的,由于 PHP 的拓展也是调用 Oracle 的底层 API 来作业的(包含在 oci.dll 文件中),所以还必须装置 Oracle 的 client 函数库。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template