CentOS下安装php的mbstring扩展php的mbstring扩展如果没有安装会导致一些问题:例1:登陆phpMyAdmin的时候会提示没字符串编码和字符串处理库php_mbstring,有些程序中会用到mb_substr函数没有php的mbstring扩展当这些程序运行的时候通常会提示“Fatalerror:Calltoundefinedfunc..
分类:
Web程序 时间:
2015-06-02 15:28:28
阅读次数:
96
php:0.安装相关扩展的rpm包和依赖加密功能:#tar-xflibmcrypt-xxx.tar.gz#cdlibmcrypt-xx#./configure#make&&makeinstall支持大字符集:#yum-yinstallphp-mbstring支持中文等字符支持xml和压缩:#yum-yinstalllibxml2-develbzip2-devel1.解压安装包#tarxfphp.xxx.tar.b..
分类:
Web程序 时间:
2015-05-24 06:42:52
阅读次数:
200
yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml把server.crt及serv...
分类:
Web程序 时间:
2015-05-07 12:10:11
阅读次数:
159
可能用了PHP5.3乃至更高的PHP版本,目前DEDE中有很多地方的正则函数都用的ereg_replace,而这个函数现在在PHP5.3中已经被废止了。解决办法:如果一定要用php5.3,请修改php.ini中下面代码;extension=php_mbstring.dll改为extension=ph...
分类:
Web程序 时间:
2015-05-06 17:22:34
阅读次数:
124
1、下载phpMyadmin的压缩包:(注:phpMyAdmin-2.11.10-all-languages.tar.gz)2、安装httpd、php、php-mysql、mysql、mysql-sever、php-mbstring软件包:#yuminstall-yhttpdphpphp-mysqlmysqlmysql-serverphp-mbstringmysql-devel3、将我们下载的phpMyAdmin-2.11.10-all-langu..
分类:
数据库 时间:
2015-05-06 01:33:52
阅读次数:
286
今天在安装PHP的时候../configure--prefix=/usr/local/php5--with-gd--with-zlib--with-mysql=/usr/local/mysql/--with-config-file-path=/usr/local/php5--enable-mbstring--enable-fpm先是报出如下错误:configure:error:libxml2-confignotfound,checkyourlibxml2installation..
分类:
Web程序 时间:
2015-04-14 19:59:42
阅读次数:
148
mbstring库 全称是Multi-Byte String 即各种语言都有自己的编码,他们的字节数是不一样的,目前php内部的编码只支持ISO-8859-*, EUC-JP, UTF-8其他的编码的语言是没办法在php程序上正确显示的。解决的方法就是通过php的mbstring函数库来解决其安装是...
分类:
Web程序 时间:
2015-04-10 23:56:49
阅读次数:
150
网站发现了一个查看jpeg类型照片的exif信息的类,在这里分享下NOTICE:On Windows,php_mbstring.dll must be before php_exif.dll'); } /*获取图片格式,返回图片格式信息 * 如果只获取图片格式信息,...
分类:
其他好文 时间:
2015-02-26 18:04:30
阅读次数:
103
1、下载解压php,configtarzxvfphp-xxxx
./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-openssl--with-mysqlli=/usr/local/mysql/bin/mysql_config##php与mysql连接需要##--enable-mbstring##支持其他字符##--with-freetype-dir##字体库##--with-jpe..
分类:
Web程序 时间:
2015-02-23 00:19:24
阅读次数:
291
主页 »服务配置 »PHP 配置编辑器mbstring.encoding_translation 改为off 可能可以解决注册入数据库就乱码了基本要安装的环境有mbstringpdocurlgd 再更改memory_limit、post_max_size 啥的大小'./configure' '--e...
分类:
其他好文 时间:
2015-02-05 13:18:00
阅读次数:
211