From owner-freebsd-ports@freebsd.org Mon May 15 12:53:34 2017 Return-Path: Delivered-To: freebsd-ports@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 428E6D6D0B3 for ; Mon, 15 May 2017 12:53:34 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC44206 for ; Mon, 15 May 2017 12:53:34 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 2C6C0D6D0B2; Mon, 15 May 2017 12:53:34 +0000 (UTC) Delivered-To: ports@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 2A841D6D0B1 for ; Mon, 15 May 2017 12:53:34 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC59C204; Mon, 15 May 2017 12:53:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 87E6028481; Mon, 15 May 2017 14:53:24 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 5D5A9284A3; Mon, 15 May 2017 14:53:23 +0200 (CEST) To: tz@FreeBSD.org Subject: FreeBSD Port: lang/php71-extensions - missing php71-mssql Cc: FreeBSD Ports From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <5919A4C3.7050503@quip.cz> Date: Mon, 15 May 2017 14:53:23 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 12:53:34 -0000 We are using php56-mssql for connecting to some MSSQL servers and we are planning to upgrade to PHP 7.1 now but unfortunately I cannot find php71-mssql port. Why is it missing? Are there any problems to build this extension for PHP 7.1? I search the internet and didn't found any problem reports for this. PHP manual still shows this http://php.net/manual/en/mssql.requirements.php And I also found this Github project https://github.com/Microsoft/msphpsql but I don't know if it is something different than what php56-mssql is. Miroslav Lachman