<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Throx &#187; Fix</title>
	<atom:link href="http://www.throx.net/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.throx.net</link>
	<description>Quietly Brilliant</description>
	<lastBuildDate>Thu, 13 Oct 2011 04:22:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The mbstring PHP extension was not found ?</title>
		<link>http://www.throx.net/2008/05/02/the-mbstring-php-extension-was-not-found/</link>
		<comments>http://www.throx.net/2008/05/02/the-mbstring-php-extension-was-not-found/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:34:22 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=286</guid>
		<description><![CDATA[If you got a fresh installed LAMP with phpMyAdmin and notice an error below saying &#8220;The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results&#8221; and &#8220;Cannot load mycrypt extension. Please [...]]]></description>
			<content:encoded><![CDATA[<p>If you got a fresh installed LAMP with phpMyAdmin and notice an error below saying</p>
<p>&#8220;The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results&#8221;</p>
<p>and</p>
<p>&#8220;Cannot load mycrypt extension. Please check you PHP configuration&#8221;</p>
<p>You are not alone, you can solve the problems with the followings steps.</p>
<p><span style="text-decoration: underline;"><strong>mbstring</strong></span></p>
<p>New linux repo has the mbstring removed by default, just install it back.</p>
<blockquote><p>#yum install php-mbstring</p></blockquote>
<p><span style="text-decoration: underline;"><strong>mycrypt</strong></span></p>
<p>Install libmcrypt and php-mcrypt</p>
<blockquote><p>#yum install libmcrypt<br />
#yum &#8211;enablerepo=centosplus install php-mcrypt</p></blockquote>
<p>Restart your apache / httpd, the warnings should have gone now.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2008/05/02/the-mbstring-php-extension-was-not-found/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2008/05/02/the-mbstring-php-extension-was-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

