myhan@CNBLOGS

To be, or not to be: that is the question ...

导航

pecl安装方法

As all PECL extensions:

Solution #1 (requires a working pear setup):
# pear install sqlite

Solution 2:
# tar xzvf SQLite-x.x.x.tar.gz
# cd SQLite-SQLite-x.x.x
# phpize
# ./configure
# make
# make install

note: add php/bin to path because php/bin/php-config will be used soon

# add "extension=sqlite.so" to php.ini

posted on 2004-07-01 18:45  梦函  阅读(808)  评论(0编辑  收藏  举报