03 2015 档案

摘要:一、下载php源码包http://cn2.php.net/get/php-5.6.6.tar.gz/from/this/mirror二、编译编译之前可能会缺少一些必要的依赖包,加载一个本地yum源安装即可,具体缺少什么回执编译过程中提示出来的。编译参数参考:英文参考:PHP 5.6 编译安装选项说明... 阅读全文
posted @ 2015-03-27 15:34 简道 阅读(1775) 评论(0) 推荐(0) 编辑
摘要:`configure' configures this package to adapt to many kinds of systems.Usage: ./configure [OPTION]... [VAR=VALUE]...To assign environment variables (e.... 阅读全文
posted @ 2015-03-26 21:39 简道 阅读(553) 评论(0) 推荐(0) 编辑
摘要:一、下载源码包http://cdn.mysql.com/archives/mysql-5.6/mysql-5.6.22.tar.gz二、准备工作卸载之前本机自带的MYSQL安装cmake,编译MYSQL 的工具yum install cmake三、解压源码包tar -zxv -f mysql-5.6... 阅读全文
posted @ 2015-03-26 21:18 简道 阅读(387) 评论(0) 推荐(0) 编辑
摘要:一、下载Apache 2.4 http://httpd.apache.org/download.cgi http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.10.tar.gz 解决依赖关系的包 http://www.eu.apache.org/di... 阅读全文
posted @ 2015-03-26 14:03 简道 阅读(1274) 评论(0) 推荐(0) 编辑
摘要:You might be missing the "prettier" Whoops error handler from Laravel 4. If so, here's how to bring it back.First, composer require filp/whoops:~1.0.T... 阅读全文
posted @ 2015-03-12 09:06 简道 阅读(255) 评论(0) 推荐(0) 编辑