Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40340 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66306 invoked from network); 8 Sep 2008 13:13:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2008 13:13:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:61205] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/26-58883-40525C84 for ; Mon, 08 Sep 2008 09:13:41 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KcgYa-0005zt-QK; Mon, 08 Sep 2008 13:13:29 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18HejM1bXv6E2hdgfMH5TkOPRWVugRI93I= Message-ID: <48C524F2.3000208@sci.fi> Date: Mon, 08 Sep 2008 16:13:22 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Pierre Joye CC: Lars Strojny , jani.taskinen@iki.fi, =?ISO-8859-1?Q?Johannes_Schl=FCter?= , internals Mailing List References: <48C3BC03.7060004@sci.fi> <1220868811.2633.11.camel@localhost> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Critical bugs to fix before ANY release From: jani.taskinen@sci.fi (Jani Taskinen) Pierre Joye wrote: > hi Lars, > > On Mon, Sep 8, 2008 at 12:13 PM, Lars Strojny wrote: >> Hi Jani, >> >> Am Sonntag, den 07.09.2008, 14:33 +0300 schrieb Jani Taskinen: >>> There are some bugs that have to be fixed before any actual release can be even >>> dreamed of: http://bugs.php.net/search.php?cmd=display&status=Critical >>> >>> Note that 2 of those even have patches attached to fix them.. >> Checked #27792: I don't like the introduction of a number of >> >> if (ret > LONG_MAX) >> ... >> else >> ... > >> or alternatively introducing >> a RETURN_BIGINT() or something like that? > > Large integer and large file support are planed for php6. And who decided that? The patches exist, what's preventing us from adding this long overdue support (originally planned for 5.1!!!) ?? --Jani