php4.2.2(rh9自带)如何支持mbstring?
因为用了phpmyadmin2.6.1,有如下提示:
The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
呵,所以想支持这项功能,而且我有另外一个程序也需要它的支持。
谢谢· 而且我还想问一下,为何phpmyadmin不设置一个用户认证恩。
感觉这样输入地址就可以访问,似乎不太安全吧。呵 在phpmyadmin的config.inc.php文件中找到$cfg['Servers'][$i]['auth_type']
将其中默认的config改成http就可以实现用户认证
建议yixuan178安装php4.3.10 谢谢 涩兔子!
我现在用http的mod_auth实现了认证。
现在就是不知道该如何启动mbstring的支持。
需要下载 php-mbstring rpm包吗?
似乎rh没有这个包。呵 最好还是使用php4.3.10的编译包,会让你更多地了解PHP :mrgreen:
页:
[1]