在网站(mongodb)上它列出.
Create a /etc/yum.repos.d/mongodb.repo file to hold the following configuration information for the MongoDB repository:
然后..。
[mongodb]
name=MongoDB Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1
我搞不懂第二组指示的名称应该是什么(文件名是什么?)
PHP给了我以下错误:
Type: Error
Message: Class 'MongoDB\Driver\Manager' not found
File: $/vendor/mongodb/mongodb/src/Client.php
Line: 87
因此,在禁用csrutil之后,我使用以下命令在MacOSX High Sierra version10.13.5上安装了mongodb驱动程序:
sudo pecl install mongodb
然后,我在php.ini文件中添加了extension=mongodb.so。
现在,当我使用以下命令时:
php -m
要列
Fatal error: Uncaught MongoDB\Driver\Exception\ConnectionException: Server at localhost:27017 reports wire version 0, but this version of libmongoc requires at least 3 (MongoDB 3.0)
我有PHP7.0.13,MAMP和MongoDB。已经安装了MongoDB扩展。
我有以下几点:
<?php
ini_set('display_errors', 'On');
require