执行cd php-5.2.13安装时候
./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --with-mysql=/usr/local/mysql/ --with-libxml-dir=/usr/local/libxml2/ --with-jpeg-dir=/usr/local/...
一、memcache.so 的安装wget http://pecl.php.net/get/memcache-2.2.7.tgztar zxvf memcache-2.2.7.tgz./configure --enable-memcache --with-php-config=/usr/local/...
分类:
Web程序 时间:
2014-07-22 22:51:53
阅读次数:
813
1.在ubuntu下安装配置nginx, mysql, php安装步骤:参考:https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-0...
分类:
Web程序 时间:
2014-07-18 16:29:36
阅读次数:
302
1.yum install mysql-server mysql //安装Mysql服务端和客户端2.yum install httpd // 安装Apache3.yum install php // 安装PHP4.chkconfig mysqld on // 设置mysql开机启动5.chkco....
分类:
其他好文 时间:
2014-07-17 23:28:44
阅读次数:
241
执行php安装
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:
其他好文 时间:
2014-07-17 10:46:12
阅读次数:
150
1. 下载扩展官方地址http://pecl.php.net/package/libevent请根据自己的PHP脚本选择相应版本如wget http://pecl.php.net/get/libevent-0.0.4.tgz2. 下载 wget http://pecl.php.net/get/...
分类:
Web程序 时间:
2014-07-16 21:01:22
阅读次数:
793
开始前的准备PHP安装包下载:http://windows.php.net/downloads/releases/php-5.5.14-Win32-VC11-x86.zipNginx 下载地址:http://nginx.org/download/nginx-1.6.0.zipRunHiddenCon...
配置nginx支持php 出现了No input file specified ?
只要修改下安装目录下的 nginx.conf下的
location ~ \.php$ {
root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index ...
分类:
Web程序 时间:
2014-07-13 16:16:48
阅读次数:
270
.执行复制代码代码如下:yum install php-mbstring2. 修改php.ini (这一步非常重要, 部分lxadmin版本无法自动修改)复制代码代码如下:echo ‘extension=mbstring.so' >>/etc/php.ini #更具php安装目录而定3. 重启web...
分类:
Web程序 时间:
2014-07-07 11:36:17
阅读次数:
273
原文:使用EntityFramework连接 Mysql1,安装VS.net 插件 http://forums.mysql.com/read.php?174,601041,601041 2,安装连接器 http://dev.mysql.com/downloads/connector/net/ 3,安...
分类:
数据库 时间:
2014-07-07 08:24:41
阅读次数:
279