码迷,mamicode.com
首页 > Web开发 > 详细

linux下安装php的mcrypt拓展

时间:2014-09-09 21:17:49      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   art   sp   on   c   amp   linux   

安装步骤:

1,#wget  http://museum.php.net/php5/php-5.3.3.tar.gz

2,解压:#tar -zxvf  php-5.3.3.tar.gz

3,#cd   php-5.3.3/ext/mcrypt

4,#phpize

5,#./configure  -with-php-config=/usr/sbin/php/bin/php-config

6,#make && make install

7,修改php.ini增加extension=mcrypt.so

8,重启httpd:#service httpd restart

linux下安装php的mcrypt拓展

标签:http   io   ar   art   sp   on   c   amp   linux   

原文地址:http://www.cnblogs.com/hxyphp/p/3963241.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!