欢迎投稿

今日深度:

pecl安装方法,

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

www.htsjk.Com true http://www.htsjk.com/SQLite/27357.html NewsArticle 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/bi...
相关文章
    暂无相关文章
评论暂时关闭