From owner-freebsd-ports@freebsd.org Thu Jun 8 08:58:32 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 1E5C8BF9F59 for ; Thu, 8 Jun 2017 08:58:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 090CA7A0DB for ; Thu, 8 Jun 2017 08:58:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 0834CBF9F58; Thu, 8 Jun 2017 08:58:32 +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 07A0EBF9F57 for ; Thu, 8 Jun 2017 08:58:32 +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 C14537A0DA; Thu, 8 Jun 2017 08:58:31 +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 AA60228429; Thu, 8 Jun 2017 10:58:27 +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 7397E28411; Thu, 8 Jun 2017 10:58:26 +0200 (CEST) Subject: Re: PHP-Ports: Help improving QA To: Torsten Zuehlsdorff , ports@freebsd.org References: <6fd2ea8e-c3b1-7c9a-ab89-e95e51a854e8@FreeBSD.org> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <593911B1.8050700@quip.cz> Date: Thu, 8 Jun 2017 10:58:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <6fd2ea8e-c3b1-7c9a-ab89-e95e51a854e8@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; 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: Thu, 08 Jun 2017 08:58:32 -0000 Torsten Zuehlsdorff wrote on 2017/06/08 08:57: > as PHP-maintainer i first want to thank all for the great feedback and > patches send on various ways. You keep my live interesting :) > > In the last months i learned a lot about various configurations, > settings and bugs. Also - sadly - there are always PRs, patches and > emails left, because of missing time on my side. > > I want to improve the situation by adding more automatic QA. I'm > planning this at least for PHP, GitLab and the portmaster-rewrite. > > So how can you help? Please send me your non-standard PHP-configuration > or exotic setups! This can be changed default versions like libressl > instead of openssl or another GCC version used for compiling. I for > example use always another PostgreSQL-version than default (and always > PHP 7.1). Of course this also covers options set in an non-default way > or setups change variables to allow multiple PHP-installations for example. > There is no need to add the used FreeBSD version since i want to cover > all supported versions. Its another point if you use an unsupported one > - in this case you should mention it. ;) > > Since PHP 7.2 is coming (hopefully on schedule) i will test creation of > PHP 7.2 with all given setups. > > If you want to support my projects or other committers have a look at my > patreon page: > https://www.patreon.com/TorstenZuehlsdorff > > I'm currently collecting money for a new test-server to allow testing on > CURRENT. If you have some free capacity and some trust feel free to > contact me. ;) I would like to thank you for your work on FreeBSD ports! If you want some testers... we are using PHP 5.6 with Apache mod_php, PHP 5.6 with Nginx + php-fpm and PHP 7.1 with Apache mod_php. We are using MariaDB instead of MySQL but I think it is not much different. Plus we are using PostgreSQL and MSSQL extensions. All of this running on FreeBSD 10.3 amd64 with OpenSSL from ports. If you need some machine I can try to dedicate one old Sun Microsystems X2100 M2. The CPU is really old and slow (AMD Opteron 1210 or something like this) but if it would be automated testing I think it will be OK. Miroslav Lachman