Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:84169 php.internals:80787 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8080 invoked from network); 19 Jan 2015 10:11:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 10:11:52 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.48 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.48 mail-qa0-f48.google.com Received: from [209.85.216.48] ([209.85.216.48:41387] helo=mail-qa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/D7-64889-468DCB45 for ; Mon, 19 Jan 2015 05:11:49 -0500 Received: by mail-qa0-f48.google.com with SMTP id v8so23121431qal.7; Mon, 19 Jan 2015 02:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=43TWqFjGOsrpwnuo193PZiWSe1k0ma6zHSSAkaWuADw=; b=UJ/Nbmbw3BTah6cBHsN6OLN+31z8/I84bCV18mYohUID0eF71tYnvuTY7cxjUEAJXo 2lukG+JmpzSzXEj4vGvw3v6UqJpTZc4OM6mj5yU2NDs0C3oQN6OsDTQxfBArxnm8FZ6Z KdhfoxXK0b/1i/OJQivHBx7Mx+lq+yBe9WDLklVsbN5XkZjJkO0eq9tk2Il/Gk4yjs3w hIH0BnvGBJ/yA5fxDOwGGfAYtE2iMWBdKRB1oZ9ni/YE1wp506XHHs3NoCKbvqGfddc8 pwmlE9UvL/qGmFHp5DMBDbmb1Pfsaw+94LJRJhpDwl1ivdmpUa2iC3/LII8VgagZNAIy XBeQ== MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr17311776qgh.22.1421662305704; Mon, 19 Jan 2015 02:11:45 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 19 Jan 2015 02:11:45 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 19 Jan 2015 02:11:45 -0800 (PST) In-Reply-To: References: Date: Mon, 19 Jan 2015 17:11:45 +0700 Message-ID: To: Dmitry Stogov Cc: php-cvs@lists.php.net, PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary=001a11397ec0b8e029050cfe8cff Subject: Re: [PHP-CVS] Broken apps From: pierre.php@gmail.com (Pierre Joye) --001a11397ec0b8e029050cfe8cff Content-Type: text/plain; charset=UTF-8 On Jan 19, 2015 4:49 PM, "Dmitry Stogov" wrote: > > Despite of PEAR, I also found few other apps, from my usual test list, > broken - Typo3, Xoops, SugarCRM. > Magento is broken long time ago by "unified variable syntax". > > I'm really unhappy with this direction... I have concerns too. I am not saying we should do it but we should be very careful about the impact. Right now we shoot in the dark. Some blocking bugs have been fixed in master (thanks!), that allows us to launch again our tests suite against master (it uses a good dozen apps, units tests and real life scenarios). That should give us a better view and some warnings if we do change breaking too many things out there with no gain but cleanness or purity. > Thanks. Dmitry. > > On Mon, Jan 19, 2015 at 12:18 PM, Dmitry Stogov wrote: > > > PEAR is broken. "make install" doesn't work. > > > > Thanks. Dmitry. > > > > On Sat, Jan 17, 2015 at 8:26 PM, Nikita Popov wrote: > > > >> Commit: dc9991b167533c7ee13ff96da6048988e6e31bc2 > >> Author: Nikita Popov Wed, 10 Sep 2014 > >> 16:08:20 +0200 > >> Parents: ff6b4ad8c78d27fdb6fe6fb2f17dd3b25c345368 > >> Branches: master > >> > >> Link: > >> http://git.php.net/?p=php-src.git;a=commitdiff;h=dc9991b167533c7ee13ff96da6048988e6e31bc2 > >> > >> Log: > >> Remove static calls from incompatible $this context > >> > >> Changed paths: > >> M NEWS > >> M UPGRADING > >> M Zend/tests/incompat_ctx_user.phpt > >> M Zend/zend_vm_def.h > >> M Zend/zend_vm_execute.h > >> > >> > >> -- > >> PHP CVS Mailing List (http://www.php.net/) > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > > > > --001a11397ec0b8e029050cfe8cff--