Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79880 invoked from network); 18 Aug 2014 16:27:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2014 16:27:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:53070] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/C0-09238-58922F35 for ; Mon, 18 Aug 2014 12:27:49 -0400 Received: by mail-oi0-f42.google.com with SMTP id a3so3765650oib.1 for ; Mon, 18 Aug 2014 09:27:46 -0700 (PDT) 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=H1I/q05SQfD7YfbWxhBQqzdxVMpvg5OGAPSXcePcdFg=; b=OGPTyVTMz0QzpSD3v0iXx2mqqr7iG0l2cPq4SP0/AFL08q52zjE1EWtj6ehQTjUvj1 p5rpPZGyHUwmoJocFnfrU5uWG55qbb3Eela+ESN6C61jbYJXr9xwLSRTy00p7DY0F6y2 wDynHucoiRkWknIYSZwXHhB6+myUVPYYhzPf43hTVduxeiK9G7FOPDdCGtlXfNXOs7mb gi1SO/yMgue2goKvE6gAYTHYw0+uT/kWrcS52hV8jU5LrkHvW1I50rk+Sc5uvdPh0R14 KhJHSz4sIihITh2Vw3mucddeP1FsNq4ll90MtuEQnNwi8IoHucJD4XNLSO6sC6xg2cgs 3heQ== MIME-Version: 1.0 X-Received: by 10.182.209.101 with SMTP id ml5mr38311000obc.2.1408379266384; Mon, 18 Aug 2014 09:27:46 -0700 (PDT) Received: by 10.182.65.229 with HTTP; Mon, 18 Aug 2014 09:27:44 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Aug 2014 18:27:44 +0200 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8ff1ca20e1d4160500e9d9c4 Subject: Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree From: nikita.ppv@gmail.com (Nikita Popov) --e89a8ff1ca20e1d4160500e9d9c4 Content-Type: text/plain; charset=UTF-8 On Mon, Aug 18, 2014 at 3:30 PM, Dmitry Stogov wrote: > Some more problems I found: > > - few tests started fail with the patch > > Zend Multibyte and ShiftJIS > [Zend/tests/multibyte/multibyte_encoding_001.phpt] > zend multibyte (8) [ext/mbstring/tests/zend_multibyte-08.phpt] > Thanks, those are fixed now. > serialization: arrays with references amonst elements > [ext/standard/tests/serialize/serialization_arrays_002.phpt] > Object serialization / unserialization: references amongst properties > [ext/standard/tests/serialize/serialization_objects_013.phpt] > These are caused by https://wiki.php.net/rfc/abstract_syntax_tree#auto-vivification_order_for_by-reference_assignments, which is an intentional change - I've now adjusted the tests to use an explicit order. > - `make install-pear` reports memory leaks in debug build > I've fixed a PEAR install related leak in master - likely these leaks were the same. Nikita --e89a8ff1ca20e1d4160500e9d9c4--