<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">I tried early this morning, but I used
yum replace instead of the previous method I mentioned. <br>
<br>
<a class="moz-txt-link-freetext" href="https://webtatic.com/packages/php55/">https://webtatic.com/packages/php55/</a><br>
<br>
Everything seems to be working, ignorant php code base that
strangely does lots of useful things and all.<br>
<br>
On 9/10/2014 1:50 PM, Omar Eljumaily wrote:<br>
</div>
<blockquote cite="mid:5410B99F.40401@omnicode.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
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 moz-do-not-send="true" 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>
</blockquote>
<br>
</body>
</html>