在 plesk 9x 上将 php 5.1.6 升级到 php 5.2?
我如何使用 plesk 从 5.1.6 升级到 5.2,我需要此升级才能构建我的应用程序欢呼?
how can i upgrade from 5.1.6 to 5.2 using plesk, i need this upgrade in order to build my app cheers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自这篇文章:
要将 Linux 服务器上的 PHP 5 升级到最新版本,请执行以下步骤。
适用于:
下载更新 Yum 存储库的安装程序脚本:
使用以下命令执行此下载的脚本:
现在运行
yum update php
将 PHP 升级到最新版本:PHP 升级过程将开始&将在接下来的 5 分钟内完成。
最后执行这3个命令来重新启动Web服务&接受新的 PHP:
现在使用 php -v 命令检查较新安装的 PHP 版本。
From this post:
In order to upgrade PHP 5 on a Linux server to the latest version perform the following steps.
Applies to:
Download the installer script which updates Yum's repositories:
Execute this downloaded script using the following command:
Now run
yum upgrade php
to upgrade the PHP to the latest version:The PHP upgrade process will commence & will finish within the next 5 minutes.
Finally execute these 3 commands to restart the web services & to accept the new PHP:
Now check the newer installed version of PHP using the php -v command.