PHP
文章平均质量分 66
Do-Program
这个作者很懒,什么都没留下…
展开
-
CentOS 6.5 下安装php-geoip扩展
环境:CentOS 6.5 64bitPHP版本:5.3.31.安装GeoIP[root@localhost ~]# yum install GeoIP GeoIP-devel GeoIP-data但是安装失败:[root@localhost ~]# yum install GeoIP GeoIP-devel GeoIP-dataLoaded plugin原创 2018-01-23 17:58:54 · 2174 阅读 · 0 评论 -
后台PHP与手机APP接口开发(API接口开发)
参考:1. https://www.cnblogs.com/annie00/p/6038418.html2. http://www.thinkphp.cn/topic/5023.html3. https://www.cnblogs.com/lmaster/p/6364055.html4. https://segmentfault.com/a/1190000003707728一、手机APP(客户端)...原创 2018-02-12 20:22:16 · 10586 阅读 · 0 评论 -
CentOS 6.5 phing install failed
环境:CentOS 6.5 64bit问题:pear install phing/phing No valid packages found install failed安装命令:pear channel-discover pear.phing.infopear install phing/phing失败信息:[root@localhost ~]# pe原创 2018-01-17 15:15:26 · 915 阅读 · 0 评论 -
CentOS 6.5 安装phing
环境:CentOS 6.5 64bitphing官网:https://www.phing.info/关于安装phing的方式有如下:针对采用PEAR安装失败的情况,可以参考:http://blog.csdn.net/u014558668/article/details/79085497如果还是无法安装成功,就无法直接使用phing命令构建了。[root@szdev0原创 2018-02-06 11:00:41 · 2664 阅读 · 0 评论 -
CentOS 6.5 下安装php-imagick扩展
环境:CentOS 6.5 64bit1.下载安装ImageMagick[root@localhost Downloads]# wget http://www.imagemagick.org/download/ImageMagick-6.9.9-34.tar.gz[root@localhost Downloads]# tar zxvf ImageMagick-6.9.9-34原创 2018-01-23 11:44:16 · 473 阅读 · 0 评论 -
phpize: command not found
环境:CentOS 6.5 64bitPHP版本:5.3.3执行phpize提示command not found[root@szdev03 imagick-3.1.2]# phpizebash: phpize: command not found解决办法,通过yum安装php-devel后就OK了。[root@szdev0原创 2018-02-05 19:43:08 · 2401 阅读 · 0 评论 -
CentOS 6.5 安装 php-fpm
环境:CentOS 6.5 64bitPHP版本:5.3.31.从yum查找可用的php-fpm[root@localhost nginx]# yum list | grep php-fpmphp-fpm.x86_64 5.3.3-49.el6 base2.使用yum in原创 2018-01-26 17:42:59 · 1926 阅读 · 0 评论 -
CentOS 6.5 PHP Enable mod_mcrypt
环境:CentOS 6.5 64bitPHP版本:5.3.3问题需求:在搭建stalker server时,stalker server安装infomir官网指导说明中使用的是Ubuntu系统,其中有一项是关于PHP的配置:Enable mod_mcrypt配置命令是:php5enmod mcrypt在CentOS 6.5 64bit系统中,采用yum install php安装的php-5.3.原创 2018-01-18 14:19:11 · 468 阅读 · 0 评论 -
CentOS 6.5 下安装php-memcache扩展
环境:CentOS 6.5 64bit1.在yum上查找安装包[root@localhost ~]# yum list | grep phpphp.x86_64 5.3.3-49.el6 @basephp-cli.x86_64原创 2018-01-23 13:35:56 · 644 阅读 · 0 评论 -
CentOS 6.5 WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
环境:CentOS 6.5 64bitPHP版本:5.3.3在安装php geoip扩展时,执行./configure后有WARNING:configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.看来需要升级re2c到版本至少:0.13.4原创 2018-01-23 15:41:22 · 1626 阅读 · 0 评论 -
CentOS 6.5 [PHP Error] strftime(): It is not safe to rely on the system's timezone settings.
环境:CentOS 6.5 64bitPHP版本:5.3.3【问题】在搭建stalker server时,/var/www/html/stalker_portal/deploy 执行phing出现如下错误:[PHP Error] strftime(): It is not safe to rely on the system's timezone setting原创 2018-01-23 20:23:24 · 227 阅读 · 0 评论 -
CentOS 6.5 PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted
环境:CentOS 6.5 64bitPHP版本:5.3.3【问题】在搭建stalker server时,/var/www/html/stalker_portal/deploy 执行phing出现如下错误:PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (原创 2018-01-23 20:43:56 · 2696 阅读 · 0 评论 -
PHP ioncube & ZendGuardLoader
环境:CentOS 6.5 64bitPHP版本:5.3.3【问题】在搭建stalker server时,/var/www/html/stalker_portal/deploy 执行phing出现如下错误: [exec] Executing command: php -v | grep -i ioncube | wc -l 2>&1原创 2018-01-24 11:57:04 · 736 阅读 · 0 评论 -
PHP Fatal error: Call to undefined function Controller\\mb_strtoupper()
环境:CentOS 6.5 64bitPHP版本:5.3.3【问题】搭建stalker server,登陆管理页面后进入IPTV channels/Channels:http://10.209.177.82/stalker_portal/server/adm/tv-channels/iptv-list 出现错误:HTTP ERROR 500原创 2018-01-25 14:55:39 · 2056 阅读 · 0 评论 -
PHP Fatal error: Class 'DOMDocument' not found in
环境:CentOS 6.5 64bitPHP版本:5.3.3【问题】搭建stalker server,登陆管理页面后进入IPTV channels/Channels下,Add a channel:http://10.209.177.82/stalker_portal/server/adm/tv-channels/iptv-list/add-channel原创 2018-01-26 14:46:08 · 2165 阅读 · 0 评论 -
CentOS 7.4 使用yum源安装PHP 5.4.16
环境:CentOS 7.4.1708一、检查当前系统是否已经安装PHP[root@localhost ~]# rpm -qa php二、查看yum是否有可安装的PHP软件[root@localhost ~]# yum list | grep phpgraphviz-php.x86_64 2.30.1-19.el7 bas...原创 2018-02-12 11:48:53 · 12982 阅读 · 2 评论