PHP7 pecl 安装 mongodb扩展 和 PHPLIB
admin
2023-06-14 06:42:26
0

安装PECL

//php版本 > 7

$ wget http://pear.php.net/go-pear.phar
$ php go-pear.phar

//php版本 < 7
$ yum install php-pear
//否则会报错PHP Parse error: syntax error, unexpected //'new' (T_NEW) in /usr/share/pear/PEAR/Frontend.php on //line 91

安装扩展

$ pecl install mongodb

And if I try to install mongodb for example, I'll get the same warnings as before with an extra "XML Extension not found" at the end.

I compared the "/usr/bin/pecl" with one from ubuntu and the only difference is the "-n" in the exec line :
alpine:
exec $PHP -C -n -q $INCARG -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv="On" $INCDIR/peclcmd.php "$@"

-n meaning: "No configuration (ini) files will be used"
If not using conf, xml won't be loaded, so I'm pretty sure the "-n" should be removed.

I tested after removing it, and got no warning or anything and was able to install my extension.

以上问题的解决方式:
vi /usr/bin/pecl
remove -n para
删除 -n 参数

安装完毕后,添加库到php.ini


extension=mongodb.so

安装 PHPLIB

http://php.net/manual/zh/mongodb.tutorial.library.php
https://getcomposer.org/download/
安装完毕后,安装 PHP Library for MongoDB (PHPLIB)
$ composer require mongodb/mongodb``
最新版本的命令是:
$ composer.phar require mongodb/mongodb`

一切正确后,在当前目录下,生成:vendor目录,OK

相关内容

热门资讯

中国驻朝鲜大使馆:跨境赌博举报... 跨境赌博严重危害人民群众合法权益,严重危害经济安全、社会稳定和国家形象。希望广大海外中国公民认清跨境...
最高法发布典型案例,对虐待残害... 为推动家庭保护关口前移,督促监护人履职尽责,今天,最高人民法院发布防范和惩治家庭内部侵害未成年人合法...
新闻1+1丨在轨驻留延长至一年... 神二十三发射圆满成功,航天员乘组顺利进驻“天宫”。此番出征,他们肩负着怎样的新任务?首位香港航天员黎...
漳州杨梅被“封杀”背后 5月24日晚,福建漳州龙海区的问责通报,为一场持续发酵近十天的杨梅危机,写下了一个阶段性的注脚。6个...
洛阳入选!中央财政支持实施城市... 近日,财政部办公厅、住房城乡建设部办公厅联合发布通知,开展2026年度中央财政支持实施城市更新行动。...
日本“狮子”号渔船非法进入中国... 中国海警局新闻发言人姜略表示,5月26日,日本“狮子”号渔船非法进入中国钓鱼岛领海,中国海警舰艇依法...
日专家:日菲加强军事合作旨在牵... 据凤凰卫视报道,菲律宾总统马科斯自5月26日起对日本展开正式访问,日菲两国预计就强化安保合作深入交换...
伊朗伊斯兰革命卫队称击落一架美... 伊朗伊斯兰革命卫队公共关系部门26日发表声明称,革命卫队在波斯湾的伊朗领空击落一架美军MQ-9型“死...
伊朗最高领袖称美国在中东将不再... △伊朗最高领袖穆杰塔巴·哈梅内伊(资料图)据伊朗方面5月26日消息,伊朗最高领袖穆杰塔巴·哈梅内伊当...
韩国首尔一高架桥拆除现场发生坍... 据韩联社报道,当地时间5月26日下午2时32分许,韩国首尔市内一座高架桥拆除现场发生坍塌事故,已造成...