Home >Backend Development >PHP Tutorial >http - 关于php 连接 sqlite

http - 关于php 连接 sqlite

WBOY
WBOYOriginal
2016-06-06 20:45:551089browse

<code class="lang-php">Fatal error: Call to undefined function sqlite_open()
</code>

网上搜查了下,大多是指

PHP服务器没有启用sqlite支持,没有能正常加载sqlite模块

下面是phpinfo的部分截图,应该是安装了pdo_sqlite模块的。不知道是什么原因?
http - 关于php 连接 sqlite

回复内容:

<code class="lang-php">Fatal error: Call to undefined function sqlite_open()
</code>

网上搜查了下,大多是指

PHP服务器没有启用sqlite支持,没有能正常加载sqlite模块

下面是phpinfo的部分截图,应该是安装了pdo_sqlite模块的。不知道是什么原因?
http - 关于php 连接 sqlite

访问sqlite推荐的方法是使用PDO而不是用这种方法,因为php手机上明确说明:sqlite_open仅适用于(PHP 5 = 1.0.0)

Statement:
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