PcBSD 9:如何安装 PHP5
我正在尝试在 pcBSD9 上安装 PHP5。我的 ports 里面有 php5-session、php5-tidy、php52-session 和 php52-tidy。我猜我要安装 php5-tidy 或 php52-tidy 但我不知道其中的区别。没有 php5 目录。有人能解释一下 5 和 52 以及 session 和 tidy 之间的区别吗?谢谢。
I'm trying to install PHP5 on pcBSD9. Inside my ports there is php5-session, php5-tidy, php52-session, and php52-tidy. I'm guessing I'm to install either php5-tidy or php52-tidy but I don't know the differences. There is no php5 directory. Could someone explain the differences between 5 and 52 as well as session and tidy? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 ports 树是最新的,您应该安装
/usr/ports/lang/php5
port。目前,这将为您提供 5.3.10,因为 php 5.2 已被弃用。为了更新 ports 树,我更喜欢
portsnap(8)
。它位于 FreeBSD 9 的基础系统中,而 pcBSD9 正是基于 FreeBSD 9。Provided your ports tree is up-to-date, you should install the
/usr/ports/lang/php5
port. This will give you 5.3.10 currently, since php 5.2 is deprecated.For updating the ports tree, I prefer
portsnap(8)
. It is in the base system of FreeBSD 9, which pcBSD9 is based on.