Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:84171 php.internals:80792 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16105 invoked from network); 19 Jan 2015 10:26:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 10:26:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:59013] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/A9-64889-AEBDCB45 for ; Mon, 19 Jan 2015 05:26:50 -0500 Received: by mail-vc0-f182.google.com with SMTP id hq12so9874579vcb.13 for ; Mon, 19 Jan 2015 02:26:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=at+QJPFONme53F9hxNp2QJtq5xv9k7puBpi5Agr7Y9E=; b=KaJVnB1kXdG8I2Lo/qXfUgq+zWIBTclDB2BgHGwFs6FTy1hCJLyPUxeJJ9spx4qCu4 uokbdFvaTxZwxHFbvEFRXA9bWxBj0JV2iU8hLhvNwy2FzvWTSL+8g57woSLRBw/NwlAH IPDwSAzfOFShEH1fYvI+KgEH7hZVXytdtD5SQho2Za/NpAdQ5mgneFF3a+evXfYUXLtP o1+lFyUJ27KtXpdP/D3PIwWNk2Cf4JYbHGqphlOBmm9DbX/9IxsNRScLIg/kfIUn1Ac9 LGRIaP1PcdVHJCSx6Qn+01a4KAKgpZWWrQoYPFCRAO5ww3TtkiCby2CtnYjbB+AKpvbM lbCg== X-Gm-Message-State: ALoCoQmwvPJBM8uJA+xzMBnHxyfaAqA+EymgKmD7z8D7OTK7JLo6GGwwxosKJLGC8lvLmFju5JVcSzgK5V3CKQKycLWrEAi1r0XxzeXNFQK5xT5DxPm0puVA6ZOFGQj/CdAbzYnwf17G9YVGWjrgGWMxltuF6Q6/BA== MIME-Version: 1.0 X-Received: by 10.52.238.233 with SMTP id vn9mr11938476vdc.12.1421663208035; Mon, 19 Jan 2015 02:26:48 -0800 (PST) Received: by 10.52.26.40 with HTTP; Mon, 19 Jan 2015 02:26:47 -0800 (PST) In-Reply-To: References: Date: Mon, 19 Jan 2015 14:26:47 +0400 Message-ID: To: Pierre Joye Cc: "php-cvs@lists.php.net" , PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary=001a1135f1ce816e9e050cfec204 Subject: Re: [PHP-CVS] Broken apps From: dmitry@zend.com (Dmitry Stogov) --001a1135f1ce816e9e050cfec204 Content-Type: text/plain; charset=UTF-8 hi Pierre, please send your test results when they available. Thanks. Dmitry. On Mon, Jan 19, 2015 at 1:11 PM, Pierre Joye wrote: > > 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 > > >> > > > > > > > --001a1135f1ce816e9e050cfec204--