<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On Centos 6.5 has anybody installed a more recent version of PHP
than the standard Centos 6.5 package? I need 5.4 at least because
Facebook's sdk requires 5.4 or greater. I'm in the process of
switching over to Ubuntu LTS from Centos, but that's not going to
happen for a while.<br>
<br>
I'm assuming that this will work, but probably not without problems.<br>
<br>
<pre style="" class="lang-php prettyprint prettyprinted"><code><span class="pln">rpm </span><span class="pun">-</span><span class="typ">Uvh</span><span class="pln"> http</span><span class="pun">:</span><span class="com">//mirror.webtatic.com/yum/el6/latest.rpm</span><span class="pln">
yum remove php</span><span class="pun">-</span><span class="pln">common </span><span class="com"># Need to remove this, otherwise it conflicts</span><span class="pln">
yum install php54w
php </span><span class="pun">--</span><span class="pln">version </span><span class="com"># Verify version has been upgraded</span></code></pre>
<br>
Also V8JS later versions need 5.4 or greater.<br>
<br>
<a class="moz-txt-link-freetext" href="http://pecl.php.net/package/v8js">http://pecl.php.net/package/v8js</a><br>
<br>
Thanks,<br>
<br>
Omar<br>
<br>
</body>
</html>