-1

我正在编写一个用于在 debian 8 中设置服务器的 ansible 脚本,我们现有的应用程序在 debian 7(Wheezy)中,并且使用的 php 包是 wheezy-php56,新服务器中的 PHP 版本将是相同的。我可以在这里使用相同的包,即 wheezy-php56 还是有 jessie-php56 ?

这是 Debian 7 的 sources.list

deb http://packages.dotdeb.org喘不过气来

deb-src http://packages.dotdeb.org wheezy all

deb http://packages.dotdeb.org wheezy-php56 all

deb-src http://packages.dotdeb.org wheezy-php56 all

Debian 8 的 sources.list 应该是什么

4

1 回答 1

1

Debain 8 已经包含 PHP 5.6.7 包

于 2016-12-29T16:42:58.537 回答