转载http://www.cnblogs.com/rainisic/archive/2012/05/23/Apache_PHP_Install.html下载PHP官方下载:http://www.php.net/downloads.php安装PHP首先,确保Apache在编译安装时支持PHP模块,详情...
分类:
Web程序 时间:
2014-09-17 13:32:02
阅读次数:
195
当我们初次安装Destoon B2B网站管理系统出现“500 Internal Server Error”错误,其原因有一下几点:
解决办法一、删除根目录下.htaccess文件,如果无效,请尝试方法二;
解决办法二、对于Liunx/Unix服务器,如果不支持0777属性,可修改
根目录config.inc.php
$CFG['file_mod'] = 0777;
为
$CF...
分类:
其他好文 时间:
2014-09-15 10:06:38
阅读次数:
265
安装php:yum -y install php重启httpd服务激活php:/etc/init.d/httpd restart测试php是否安装完成vim /var/www/html/info.php安装php的组件:搜索php组件:yum search php安装常用组件:yum -y inst...
分类:
Web程序 时间:
2014-09-14 17:59:47
阅读次数:
454
因为centos是64位,所以在安装5.5.16过程中出现?define struct flock on this system, set --enable-opcache=no错误 网上的其它的解决方式都不管用啊.. 最后查看php官方文档解决. 在configure 里面加上?? --wi...
分类:
其他好文 时间:
2014-09-13 13:26:45
阅读次数:
156
For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source code on»Github. Go to Github and...
分类:
数据库 时间:
2014-09-12 11:31:23
阅读次数:
184
安装步骤:1,#wget http://museum.php.net/php5/php-5.3.3.tar.gz2,解压:#tar -zxvf php-5.3.3.tar.gz3,#cd php-5.3.3/ext/mcrypt4,#phpize5,#./configure -with-php-c....
分类:
Web程序 时间:
2014-09-09 21:17:49
阅读次数:
204
当我们在安装或者使用cacti的时候,我们会遇到很多的问题,那这里转载一篇写的非常好的文章,供大家参考和学习,非常感谢原创!一.数据库相关的常见问题 1.在安装php时或者Cactid/Spine/Cacti时出现checking for mysql_init in -lmysqlclient_r…...
分类:
移动开发 时间:
2014-09-09 20:05:19
阅读次数:
383
因为开发需求,需要了解部分移动开发的知识,但是之前对于这部分知识了解很少,所以零基础学习 开始当然是开发环境的安装,这里说一下移动开发参考学习视频;http://luo.apkbus.com/ 因为之前,我需要安装php开发环境的eclipse,参考文档http://www.cnblogs.com....
分类:
编程语言 时间:
2014-09-09 15:15:18
阅读次数:
206
第一步:安装php_xdebug扩展,并查看是否安装成功了
[html]
view plaincopyprint?
sudo apt-get install php5-xdebug #安装命令
sudo apt-get install php5-xdebug #安装命令
[html]
view plaincopyprint?
php -...
分类:
系统相关 时间:
2014-09-06 09:48:43
阅读次数:
427
php sockets扩展安装今天安装cacti发现需要php sockets扩展,而现在的lnmp没有安装,于是想到了phpzie工具安装扩展,安装方法如下:cd php-5.3.8/ext/sockets//usr/local/php/bin/phpize./configure --enable...
分类:
Web程序 时间:
2014-09-04 01:33:19
阅读次数:
241