vani sri Posted November 24, 2008 Share Posted November 24, 2008 Hi all, I want to enable the mbstring in the .ini file(server). How i can enable? Please any one help me. Is it possible to modify the .ini files using apachectl. Thanks & Regards, vani Quote Link to comment Share on other sites More sharing options...
trq Posted November 24, 2008 Share Posted November 24, 2008 What OS are you using? Quote Link to comment Share on other sites More sharing options...
mtoynbee Posted November 24, 2008 Share Posted November 24, 2008 This URL explains the installation process: http://uk.php.net/manual/en/mbstring.installation.php Quote Link to comment Share on other sites More sharing options...
Adam Posted November 24, 2008 Share Posted November 24, 2008 If it is installed and for some reason not enabled, could try using http://uk.php.net/manual/en/function.ini-set.php to enable it .. Adam Quote Link to comment Share on other sites More sharing options...
vani sri Posted November 24, 2008 Author Share Posted November 24, 2008 I am using windowsxp in local & linux in server Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 24, 2008 Share Posted November 24, 2008 If you have access to yout php.ini, just remove ; in front of extension=php_mbstring.dll (that's for Windows obviously) Quote Link to comment Share on other sites More sharing options...
vani sri Posted November 24, 2008 Author Share Posted November 24, 2008 I want to modify in linux(server) Quote Link to comment Share on other sites More sharing options...
trq Posted November 24, 2008 Share Posted November 24, 2008 What distro? Is what I actually meant. You will likely need to install the extension first. Quote Link to comment Share on other sites More sharing options...
JonnoTheDev Posted November 24, 2008 Share Posted November 24, 2008 LINUX From your server command line as root: yum install php-mbstring Then restart: service httpd restart Quote Link to comment Share on other sites More sharing options...
trq Posted November 24, 2008 Share Posted November 24, 2008 LINUX From your server command line as root: yum install php-mbstring Then restart: service httpd restart Shame (well not really a shame) yum isn't installed on 98% of Linux distros. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.