Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89237 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96681 invoked from network); 16 Nov 2015 16:57:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2015 16:57:09 -0000 Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 173.203.187.83 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 173.203.187.83 smtp83.iad3a.emailsrvr.com Linux 2.6 Received: from [173.203.187.83] ([173.203.187.83:50786] helo=smtp83.iad3a.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/53-03003-3EA0A465 for ; Mon, 16 Nov 2015 11:57:08 -0500 Received: from smtp3.relay.iad3a.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp3.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 598A0300B48; Mon, 16 Nov 2015 11:57:05 -0500 (EST) X-Auth-ID: fsb@thefsb.org Received: by smtp3.relay.iad3a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 3CE8A300B4E; Mon, 16 Nov 2015 11:57:05 -0500 (EST) X-Sender-Id: fsb@thefsb.org Received: from yossy.local (c-73-4-147-142.hsd1.ma.comcast.net [73.4.147.142]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:587 (trex/5.5.4); Mon, 16 Nov 2015 11:57:05 -0500 To: Pascal Chevrel , internals@lists.php.net References: <97.E0.38992.BBF47465@pb1.pair.com> Message-ID: <564A0ADB.6040404@thefsb.org> Date: Mon, 16 Nov 2015 11:56:59 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <97.E0.38992.BBF47465@pb1.pair.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Is there documentation somewhere on public CMS/Framework/Libs thatare PHP7 compat? From: fsb@thefsb.org (Tom Worster) On 11/14/15 10:13 AM, Pascal Chevrel wrote: > > Do you know of any public list of what CMS are working with PHP 7 > without a problem? I am starting to test by myself what we use. My own > projects are of course PHP 7 compatible but we also have the usual tools > that open source project use for their day to day activities (blog, > wiki, forums...). Yii 2 passes Travis on 7. Tom