php动态安装mongo扩展

首先下载mongo扩展包

   http://pecl.php.net/package/mongo

开始安装把

wget http://pecl.php.net/get/mongo-1.5.8.tgz

tar zxvf mongo-1.5.8.tgz

cd mongo-1.5.8

/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config

make && make install

不谢!

时间: 2024-10-05 04:58:36

php动态安装mongo扩展的相关文章

ubuntu16.04安装mongo扩展出现的问题

安装mongo扩展的时候 ,./configure 出现 configure: error: Cannot find OpenSSL's libraries 检查过自己的openssl 已经安装了 安装这个 apt-get install libsasl2-dev

php5.3.3安装mongo扩展

/usr/bin/phpize./configure --with-php-config=/usr/bin/php-configmake && make install/usr/sbin/apachectl stop/usr/sbin/apachectl start需要升级pear.命令是pear upgrade. 发现一个bug,php5.3.3只支持mongo1.4.5 php5.3.3安装mongo扩展,布布扣,bubuko.com

Linux下动态安装PHP扩展的一般方法(图)

------------------------------------------------------------------------------------------------------ 首先解释下面的Linux命令: ./configure  #脚本配置工具 ./configure --help  #查看脚本配置工具configure的命令行选项 /usr/local/php/bin/phpize #phpsize命令用于在编译好的PHP中扩展模块 [email protec

在win10上的xampp集成环境中安装mongo扩展

按照网上搜索的下载对应文件后,在phpinfo里面还是找不到mongo的扩展信息,后面也是请教同事帮忙解决: http://www.thegeekstuff.com/2015/10/php-mongodb-for-xampp/ 不能简单的根据电脑是64位的便下载64位的mongo扩展文件,而是要根据参数Architecture来,这里是x86,应该下载32位的. 下载32位的,重启apache,phpinfo出现mongo扩展,问题解决.以下这篇也值得一看:http://www.cnblogs.

关于在windows上的wamp集成环境和xampp上安装mongo扩展

今天来学习下mongodb,在装PHP扩展的时候本来是一个很轻松的事情,结果并不是我想想的那么简单. 我的集成环境是xampp的php版本是5.6的x86.我开启了安全模式,所以我需要mongo时ts的安全模式扩展的x86扩展这些都不是很复杂.但是当我将下载好的扩展放入ext目录下后在php.ini中开启扩展后.重启apache竟然在phpinfo里面找到mongo的扩展信息. 经过自己的反复排除,无果.主要是apache的错误log竟然不报错误.php.ini中开启mongo不管有没有都不会报

mac 安装php mongo扩展,无法使用的解决办法

brew install php56-mongo之后,启动php报这个错误 Warning: PHP Startup: mongo: Unable to initialize module 解决办法是source安装mongo扩展. brew reinstall php56-mongo --build-from-source

如何在windows下安装mongoDB扩展

安装环境 系统环境:Windows 10 64位 Apache版本:2.4.9 PHP版本:5.5.12 MongoDB版本:3.2.6 Wamp版本:wamp 2.5 86位   安装步骤 一.确定php的compiler和确定php是否是线程安全版本 通过查看phpinfo()可以确定,wamp下点击localhost,再点击右下角的phpinfo() 二.下载对应的php-mongodb版本 根据前面所得到的信息,需要下载同时符合php5.5,VC11,ts(thread safety),

Linux下编译安装php扩展

1.安装redis扩展: https://github.com/phpredis/phpredis.git cd phpredis/ /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make && make install vi /etc/php/php.ini extension=redis.so 2.安装memcached扩展: wget https://laun

PHP安装MongoDB扩展-Windows Wamp版

本文将讲述一下在Wamp环境下安装MongoDB扩展的过程,大家可以略作参考 Linux 版本的可以参考之前发布的PHP安装MongoDB扩展 安装环境 系统环境:Windows 7 64位 Apache版本:2.4.9 PHP版本:5.5.12 MongoDB版本:3.2.6 Wamp版本:wamp 2.5 64位 在windows下安装mongodb的扩展比Linux环境稍微复杂点 安装步骤 一.确定php的compiler 通过查看phpinfo()可以确定 从上图可以看到,Compile