Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63488 invoked from network); 22 Jan 2015 21:23:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 21:23:44 -0000 Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain anderiasch.de designates 81.169.138.148 as permitted sender) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Received: from [81.169.138.148] ([81.169.138.148:46019] helo=ares.art-core.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/D0-61273-A5A61C45 for ; Thu, 22 Jan 2015 16:23:39 -0500 Received: from [192.168.178.20] (p508942B9.dip0.t-ipconnect.de [80.137.66.185]) by ares.art-core.org (mail.art-core.org) with ESMTPSA id 971742EE011 for ; Thu, 22 Jan 2015 22:23:35 +0100 (CET) Message-ID: <54C16A54.4040907@anderiasch.de> Date: Thu, 22 Jan 2015 22:23:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP internals References: <54C12DD8.7020800@lerdorf.com> In-Reply-To: <54C12DD8.7020800@lerdorf.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP7 Homework for everyone reading this list From: ml@anderiasch.de (Florian Anderiasch) On 22.01.2015 18:05, Rasmus Lerdorf wrote: > By installing a couple of apps (Wordpress-4.1, Drupal8 and Moodle - > there are still some issues in Moodle I haven't figured out yet) on a > box we've tracked down some bugs over the last couple of days. It would > be really useful if we got more eyes on this. Install php7, then install > any random app and see how it goes. Sometimes it is useful to flip back > and forth between 5.6 and 7 to check if a problem is php7-specific, so I > have php56-fpm sitting alongside php7-fpm and it is trivial to switch > back and forth. We're obviously not Wordpress-level famous but phpMyFAQ has a demo install with master (not updated nightly, but regularly) at http://richmond.demo.phpmyfaq.de/ (along with 5.4, 5.5, 5.6 and HHVM) and our latest release - everything running smooth so far. Maybe something like https://python3wos.appspot.com/ could make sense for PHP apps and/or extensions? Greetings, Florian