随笔分类 -  php

摘要:1 在CentOS上使用PHP的curl访问HTTPS页面时,出现错误“Protocol https not supported or disabled in libcurl”。表示curl未启用https,需要重新编译php所使用的curl库。cd curl-7.31.0./configure -... 阅读全文
posted @ 2014-09-08 20:17 thrillerz 阅读(2305) 评论(0) 推荐(0)
摘要:1 首先是坚持libxml2出问题,提示如下:checking for xml2-config path... /home/www/thirdlib/libxml2/bin/xml2-configchecking whether libxml build works... noconfigure: ... 阅读全文
posted @ 2014-09-08 17:52 thrillerz 阅读(307) 评论(0) 推荐(0)
摘要:yum install libXpm-devel在查询他的安装位置:#rpm -ql libXpm-devel/usr/bin/cxpm/usr/bin/sxpm/usr/include/X11/xpm.h/usr/lib/libXpm.so/usr/lib/pkgconfig/xpm.pc/usr... 阅读全文
posted @ 2014-08-30 22:01 thrillerz 阅读(840) 评论(0) 推荐(0)
摘要:一:Mcrypt简介Mcrypt是PHP的一个扩展,完成了常用加密算法的封装。其实该扩展是对mcrypt标准类库的封装,mcrypt完成了相当多的常用加密算法,如DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, T... 阅读全文
posted @ 2014-08-30 18:43 thrillerz 阅读(309) 评论(0) 推荐(0)
摘要:安装gd需要以下库:gd-2.0.33.tar.gz http://www.boutell.com/gd/ jpegsrc.v6b.tar.gz http://www.ijg.org/ libpng-1.2.7.tar.tar http://sourceforge.net/project... 阅读全文
posted @ 2014-08-27 23:27 thrillerz 阅读(972) 评论(0) 推荐(0)
摘要:1 zlib是提供数据压缩用的函式库,2 libxml2Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is ... 阅读全文
posted @ 2014-08-27 22:33 thrillerz 阅读(358) 评论(0) 推荐(0)
摘要:模板书写: {'param1'|functionName:'param2':'param3'} php函数原型: echo functionName('param1','param2','param3'); 实例: {'1234567'|substr:'1':'2'} 下面这个比较怪 和函数的参数顺 阅读全文
posted @ 2014-08-22 16:48 thrillerz 阅读(412) 评论(0) 推荐(0)
摘要:favoriteI have nginx+php-fpm web serverSo I've noticed in php5-fpm.log many strange lines:[03-Sep-2013 09:25:23] NOTICE: [pool www] child 23999 exited... 阅读全文
posted @ 2014-08-06 21:29 thrillerz 阅读(498) 评论(0) 推荐(0)