Debian 7에서 PHP7.0 받기

Debian 7에서 PHP7.0 받기

Debian Wheezy(7.11)에 PHP7을 설치할 수 있습니까?

/etc/apt/sources.list

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

주문하다

# apt-get install php7.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php7.0
E: Couldn't find any package by regex 'php7.0'

PHP5 패키지만 사용할 수 있습니다.

답변1

결국 나는 작동하는 해결책을 찾지 못했고(소스에서 컴파일하기에는 너무 게으르다) 이 게시물의 도움으로 Debian Jessie로 업그레이드했습니다.

https://www.debian.org/releases/jessie/i386/release-notes/ch-upgrading.en.html

관련 정보