开发者

Pure PHP implementation of SQLite?

开发者 https://www.devze.com 2023-03-14 22:59 出处:网络
Is there a pure PHP implementation of SQLite that will run on PHP 5.1.6?I am working on an application that would benefit from being able to store data in a relational database, but the server that it

Is there a pure PHP implementation of SQLite that will run on PHP 5.1.6? I am working on an application that would benefit from being able to store data in a relational database, but the server that it has to run on is stuck with PHP 5.1.6 and has been configured "'--without-sqlite"

I h开发者_开发知识库ave no control over this server; cannot recompile, upgrade or otherwise modify PHP aside from using .htaccess files. Hosting externally is also not an option, unfortunately. MySQL may be possible but would be a nightmare trying to get their IT to create a database for me. (It took them 6 weeks to get .htaccess files enabled because of red tape and other things)

Am I out of luck? My fall back is to write everything to flat files but I really would rather not do that.

EDIT: Fixed typo. PHP does not have the SQLite extension and was configured "'--without-sqlite" according to the output of phpinfo()


Actually, you could easily download and install sqlite in your userspace, whether on windows or on a linux remote shell doesn t usually matter unless your host is unusually restrictive, if that is the case you should change service provider.

Once sqlite is installed, you can one of the available pear extensions or pecl extension to allow easy access through php.

  • Tutorial and code examples for the pear solution here.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号