查看完整版本: 在CentOS 6.x 上透過 yum 安裝 PHP 5.5


peterwang 2014-4-14 17:20

在CentOS 6.x 上透過 yum 安裝 PHP 5.5

目前透過 yum 安裝的 php版本為 5.5.11<br>新版有底下的新功能~<br><br>PHP 5.5 adds new features such as:<br><ul><li>Zend Optimizer+ opcode cache included, now known as opcache extension</li><li>Generators</li><li>try { } finally { }</li><li>Literal dereferencing for arrays and strings</li><li>Array return value de-referencing</li><li>Class name resolution</li><li>Password hashing API</li><li>and much more</li></ul><p><br></p><p>(1) 安裝新的資源庫 webtatic<br></p><p># rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm<br></p><p><br></p><p>(2) 更新 yum plugin<br></p><p># yum install yum-plugin-replace<br></p><p><br></p><p>(3) 使用新版 php55w-common 取代舊版 php-common<br></p><p># yum replace php-common --replace-with=php55w-common</p><p><br></p><p>(4) 安裝 php 5.5<br></p><p># yum install php55w php55w-opcache</p><p><br></p><p>這樣就可以囉~~<br></p>
頁: [1]
查看完整版本: 在CentOS 6.x 上透過 yum 安裝 PHP 5.5