LNMP编译安装之php安装--图文详解 1、前言 本次安装采用源码安装,主要资源包从官网下载,次要依赖则使用yum进行安装,本篇只涉及php的安装,不涉及php的配置,对应nginx如何访问php,本篇也不涉及。该教程纯属安装,不涉及任何重要知识点,老少皆宜。 2、安装步骤 php官网:http: ...
分类:
Web程序 时间:
2017-08-03 01:06:11
阅读次数:
198
安装php 5.6 安装yum源及插件 [root@10 ~]# rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpmRetrieving http://ftp.iij.ad.jp ...
分类:
Web程序 时间:
2017-08-02 11:55:41
阅读次数:
240
安装php 5.6 安装yum源及插件 [root@10 ~]# rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpmRetrieving http://ftp.iij.ad.jp ...
分类:
Web程序 时间:
2017-08-02 11:52:38
阅读次数:
225
PHP安装:系统环境:RHEL5.4x86-64tarjxflibmcrypt-2.5.8.tar.bz2##解压安装包./configure–prefix=/usr/local/php–with-config-file-path=/usr/local/php/etc--with-mysql=/usr/local/mysql/--with-openssl--with-snmp--with-gd--with-zlib--with-curl--with-libxml-dir--with..
分类:
Web程序 时间:
2017-07-30 10:04:49
阅读次数:
195
http://pecl.php.net/package/redis 安装环境:CentOS 6.4 1、下载 下载地址:http://pecl.php.net/package/redis 文件名:phpredis-2.2.4.tar.gz 文件下载成功后,上传至/usr/local 2、安装 [ro ...
分类:
Web程序 时间:
2017-07-29 22:25:21
阅读次数:
301
linux系统+Apache服务+MySQL数据库+PHP 安装顺序:PHP要在最后安装 首先将安装包上传到/root目录下 链接:http://pan.baidu.com/s/1nvbWEk5 密码:9r9w ******************************************** ...
分类:
其他好文 时间:
2017-07-29 00:59:31
阅读次数:
164
composer总结 composer常用命令 composer list 列出所有可用的命令composer init 初始化composer.json文件(就不劳我们自己费力创建啦),会要求输入一些信息来描述我们当前的项目,还会要求输入依赖包composer install 读取composer ...
分类:
其他好文 时间:
2017-07-24 22:26:01
阅读次数:
177
1、下载php-redis zip安装包 https://github.com/nicolasff/phpredis 或我上传的 http://download.csdn.net/detail/musicrabbit/5865115 2、找到PHP安装路径 命令whereis phpize和wher ...
分类:
Web程序 时间:
2017-07-22 18:21:24
阅读次数:
208
xunserch的安装步骤 注意:xunserch只能在linux下使用 1、安装依赖工具 yum install make gcc g++ gcc-c++ libtool autoconf automake imake mysql-devel libxml2-devel expat-devel 2 ...
分类:
Web程序 时间:
2017-07-20 17:33:04
阅读次数:
336
hp源码:/root/soft/php-5.3.4php安装:/usr/local/php[root@nsroot]#phpizeCannotfindconfig.m4.Makesurethatyourun‘/usr/local/php/bin/phpize‘inthetoplevelsourcedirectoryofthemodule[root@nsroot]#phpizeCannotfindconfig.m4.Makesurethatyourun‘/usr/local/php/bin/phpize..
分类:
Web程序 时间:
2017-07-17 18:49:39
阅读次数:
216