From owner-freebsd-questions@freebsd.org Wed Dec 6 19:33:09 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DF14E8A091 for ; Wed, 6 Dec 2017 19:33:09 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02F0A7FB58 for ; Wed, 6 Dec 2017 19:33:08 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (unknown [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id 8E35D4FD46A6 for ; Wed, 6 Dec 2017 20:29:41 +0100 (CET) Received: from [10.10.10.34] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 544E74FD46A4 for ; Wed, 6 Dec 2017 20:29:41 +0100 (CET) To: freebsd-questions@freebsd.org From: Jos Chrispijn Subject: Upgrading from php5.6 to php7 Organization: Userland rocks! Message-ID: <44b96b99-4254-14a2-a2ef-8aa9699a3edf@cloudzeeland.nl> Date: Wed, 6 Dec 2017 20:29:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: nl X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2017 19:33:09 -0000 I need to upgrade from php 5.6 to php 7.0. Can someone tell me how I can do that best? Read a lot of solutionson the web, but all tell different from each other. Would it be better to first deinstall php 5.6 and then start all over with php7? Thanks, Jos