84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
原来服务器php5.3的有个程序是sqlite2的
现在新服务器php升级到5.4了,默认是sqlite3了。
能否直接让服务器支持sqlite2?
谢谢
I think you can give up? The SQLite class library in the manual says:
The SQLite extension is enabled by default as of PHP 5.0. Beginning with PHP 5.4, the SQLite extension is available only via PECL.
Then I checked on PECL and found that it said again:
This package is not maintained anymore and has been superseded. Package has moved to channel http://php.net/sqlite, package .
Please use PDO, or ODBC, thank you.
http://cn2.php.net/manual/zh/ref.pdo-sqlite.php
I think you can give up? The SQLite class library in the manual says:
Then I checked on PECL and found that it said again:
Please use PDO, or ODBC, thank you.
http://cn2.php.net/manual/zh/ref.pdo-sqlite.php