Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:84184 php.internals:80829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93227 invoked from network); 19 Jan 2015 15:18:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 15:18:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:52009] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/99-64889-8302DB45 for ; Mon, 19 Jan 2015 10:18:17 -0500 Received: by mail-la0-f46.google.com with SMTP id s18so8468404lam.5 for ; Mon, 19 Jan 2015 07:18:14 -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:from:date :message-id:subject:to:cc:content-type; bh=zVwJJipYh7thzAhswZ36eWU5vbS0h0o8h0lhoucwI2o=; b=Xy7kNPxhmeA7PLXszqpqo4JfvKJ60zsA6e1mhHAn/oXc/fKfzqwsHoWeIvQFil6aY2 GaAkxqUHSbYSi+nijKUtHSxWwQjA84dXWkV8rVuSIAw8GEVERCBeArn4cLUSdOnh24Nn Tg2AR7UsOCTK3EbHcI/9ibpU9hbWZJNgwX4cgzDiv7mACny93joJCRAF0ZjwbfRUS6vq 9cEbCncdIzCm6AWMGWTZpI9PtL9zdXR7zf+lwbyGs86Th4cNb7/TAxeMJmMQIWOrgsJ7 0PJstVBEwlFf1jLKBmcR6ElIZ6cv+uWogni5mRgzeTcd7PNBZjCrqD7S2jc4dKRIszCv u+kA== X-Gm-Message-State: ALoCoQkqOfTV4C0+iaOrSH7knzDaRMaNsiaagZaeZPzc/nNlyV/1UOu4adjKvrLBWxPfAkDxs2y5HMZL9SoGPOo2Rq1KHtnP8NjXUhKqzlCarSllDJbfqUFszQWP3U1oZYjT4O9VG5Iemvwy1K11TFn+ItVXdSFumw== X-Received: by 10.112.162.4 with SMTP id xw4mr31399991lbb.89.1421680694218; Mon, 19 Jan 2015 07:18:14 -0800 (PST) Received: from mail-la0-f46.google.com (mail-la0-f46.google.com. [209.85.215.46]) by mx.google.com with ESMTPSA id qk4sm3163156lbb.4.2015.01.19.07.18.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Jan 2015 07:18:12 -0800 (PST) Received: by mail-la0-f46.google.com with SMTP id s18so8468248lam.5; Mon, 19 Jan 2015 07:18:12 -0800 (PST) X-Received: by 10.152.6.132 with SMTP id b4mr32379330laa.59.1421680692446; Mon, 19 Jan 2015 07:18:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Mon, 19 Jan 2015 07:17:51 -0800 (PST) In-Reply-To: References: Date: Mon, 19 Jan 2015 23:17:51 +0800 Message-ID: To: Nikita Popov Cc: Dmitry Stogov , Nikita Popov , PHP Internals , "php-cvs@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-CVS] Re: Broken apps From: laruence@php.net (Xinchen Hui) Hey: On Mon, Jan 19, 2015 at 10:15 PM, Nikita Popov wrote: > On Mon, Jan 19, 2015 at 10:49 AM, 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... >> >> Thanks. Dmitry. >> > > I've decided to revert the $this change for now, so make install works and > we can continue testing applications that haven't been fixed yet. We can > reapply this a bit later. actually, it still fails with: Fatal error: Call to undefined function set_magic_quotes_runtime() in phar:///home/huixinchen/opensource/trunk/pear/install-pear-nozlib.phar/PEAR/Config.php on line 1026 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2 :< thanks > > Nikita -- Xinchen Hui @Laruence http://www.laruence.com/