Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51942 invoked from network); 8 Nov 2011 11:08:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 11:08:10 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:48068] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/B3-34278-99D09BE4 for ; Tue, 08 Nov 2011 06:08:09 -0500 Received: by faan2 with SMTP id n2so417865faa.29 for ; Tue, 08 Nov 2011 03:08:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=YbdO7KTv4dGOLQl7O+eTWYZ5+an3Z/GVIQ84Vw9KG2E=; b=cCE7bgFcxdrC+gLIgOuhPr8nzXAmLSZyNr6JPSvHYZsZHq6ixzvzewt/DEuVujjsAC hcYxl1PpAZJcAp6Ucm+xXu72YjUwHP2HnGN6SsguqzaAqfvelA2OGnwBO6hVI3eQA3yx 4Y8IpdT9KYaG2HUJpB0LykTRgzkS4VjLB2GbY= MIME-Version: 1.0 Received: by 10.223.76.66 with SMTP id b2mr55288493fak.15.1320750485632; Tue, 08 Nov 2011 03:08:05 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.223.95.205 with HTTP; Tue, 8 Nov 2011 03:08:05 -0800 (PST) In-Reply-To: References: <4EB78039.1060106@sugarcrm.com> Date: Tue, 8 Nov 2011 12:08:05 +0100 X-Google-Sender-Auth: sSryDbiFfoVnz1W3tS24Yt8cvN8 Message-ID: To: Ferenc Kovacs Cc: Stas Malyshev , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] unsolved issues From: patrickallaert@php.net (Patrick ALLAERT) 2011/11/7 Ferenc Kovacs : > On Mon, Nov 7, 2011 at 7:52 AM, Stas Malyshev wro= te: > >> Hi! >> >> We have the following issues which I'd really like to put behind us befo= re >> RC (please correct me if they already were resolved): >> >> 1. is_a issue - did we resolve it? If not - does anyone have a proper >> patch and can make it before RC scheduled date? >> 2. DateTime fixes with TLA timezones >> 3. tokenizer and HALT_COMPILER issue - was that resolved? >> > > It was ignored to death, even though there is a(two) patch for it. > https://bugs.php.net/bug.php?id=3D54089 > On a related note, I would also like to see > https://bugs.php.net/bug.php?id=3D60164 fixed. > > And I would also like to see https://bugs.php.net/bug.php?id=3D60104 (tha= t > would hopefully fix https://bugs.php.net/bug.php?id=3D60223 also) fixed, = and > maybe double check the changes in > http://svn.php.net/viewvc?view=3Drevision&revision=3D298207 as this isn't= the > first time that we got a corner case segfault because of that ( > https://bugs.php.net/bug.php?id=3D55578). > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu I think this segfault one should be part of PHP 5.4 as well since it has been recently introduced: https://bugs.php.net/60241 --=20 Patrick