php下载http://cn2.php.net/downloads.phphttp://cn2.php.net/downloads.phplibxml2下载ftp://xmlsoft.org/libxml2/zlib下载http://www.zlib.net/解压下载到的软件tarzxvfphp-5.6.2.tar.gz
tarzxvflibxml2-2.7.2.tar.gz安装libxml2cdlibxml2-2.7.2
./configure--prefix=/usr/lo..
分类:
Web程序 时间:
2014-10-29 02:03:09
阅读次数:
208
当我第一次接触curl的时候,看文档,以及网上search各种资料,官方(http://cn2.php.net/manual/en/intro.curl.php)的解释是,这是某大牛写的一个libcurl库,PHP支持该扩展库,允许我们以各种不同的协议(http、https、ftp、telnet.....
分类:
Web程序 时间:
2014-10-25 21:20:13
阅读次数:
266
OS:ubuntu14.04 WEB Server:nginx1.7.5 PHP-5.9.4 wget http://cn2.php.net/distributions/php-5.5.9.tar.gz tar zvxf php-5.5.9.tar.gz cd php-5.5.9 ./configure --prefix=/usr/local/php? --enable-fpm --wit...
分类:
Web程序 时间:
2014-10-23 10:51:05
阅读次数:
295
首先是编译准备工作:yumgroupinstall"Developmenttools"然后是编译安装PHP5.5.x需要用到的devel包:yuminstalllibxml2-develgd-devellibmcrypt-devellibcurl-developenssl-devel从官方下载,解压:wgethttp://us3.php.net/get/php-5.5.5.tar.gz/from/cn2.php.net/mirror
tar-x..
分类:
Web程序 时间:
2014-10-08 00:55:16
阅读次数:
472
allow_call_time_pass_reference 不被支持 (5.4)register_long_arrays 不被支持 (5.4)1. 下载:http://us1.php.net/downloads.phphttp://cn2.php.net/distributions/php-5.3...
分类:
其他好文 时间:
2014-09-25 13:17:29
阅读次数:
361
1、下载phpwgethttp://cn2.php.net/distributions/php-5.6.0.tar.gz2、安装相关组件yuminstallgccgcc-c++curl-develbzip2bzip2-developensslopenssl-devellibxml2-devellibjpeglibjpeg-develyuminstalllibmcrypt*3、编译./configure--prefix=/usr/local/php--enable-fpm--with-..
分类:
Web程序 时间:
2014-09-17 18:55:03
阅读次数:
254
先要解决一下httpd-devel依赖库问题yum install cyrus-sasl-devel db4-devel openldap apr apr-util apr-util-develpcre-devel手动安装:官网http://cn2.php.net/manual/zh/book.ap...
分类:
Web程序 时间:
2014-09-14 23:16:57
阅读次数:
319
1、http://cn2.php.net/manual/en/class.mongogridfs.phpclass FileController extends SyController{ /**@author yj * @description 要使用下面两个函数,必须先初始化 ...
分类:
数据库 时间:
2014-09-03 21:01:07
阅读次数:
189
下载、编译安装wgethttp://cn2.php.net/distributions/php-5.4.7.tar.gz
tarzvxfphp-5.4.7.tar.gz
cdphp-5.4.7
./configure--prefix=/usr/local/php--enable-fpm--with-mcrypt--enable-mbstring--disable-pdo--with-curl--disable-debug--disable-rpath--enable-inline-opt..
分类:
Web程序 时间:
2014-08-07 07:34:00
阅读次数:
271
windows上安装php+IIS设置 1、安装PHP5 下载: http://cn2.php.net/get/php-5.2.0-Win32.zip/from/cn.php.net/mirror 安装: 对php-5.2.0-Win32.zip解压缩到d:\php(可以是其他目录,根据您的具体情况...