Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50876 invoked from network); 23 Nov 2010 09:36:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2010 09:36:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-ew0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:42750] helo=mail-ew0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/3D-59959-3EA8BEC4 for ; Tue, 23 Nov 2010 04:35:49 -0500 Received: by ewy1 with SMTP id 1so4493355ewy.29 for ; Tue, 23 Nov 2010 01:35:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=nUugN8Fx4/8UJ5sF37cv+DitYhPMK2wATIaqNYYxGzo=; b=sV0sWCZ8rJC+QV2yqpgz0Qg8CCczWWj31NX2MvNM7UWjPXZZY4bNTl/tUFCeoPFKLJ wt1yMFjThfVJYbxFUqBZXqrgPXzBPAoS3irkPAKr+ZoSWrsrnDLdKsbnwQuqLmGp+xZW 9OtOCaLJXJrWYuY0aboMev44undrk1W4zJq9g= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=Mqhjzrm1SUrVLya+Lz7eIyKqy2z/sLNghGx2EMc8DWCYQ8U0i0WeFJTBkEXqhGL+4q FQ/mo1H4SzgBiBVYxANl8MqIQ7gHe5Aox0wpjGpFANklXb6twxDAyqTttDWj8tsn97NR DayaMsXvNLGPHrC1z3pvwsKcdXJNo5WY0UUjw= MIME-Version: 1.0 Received: by 10.213.16.69 with SMTP id n5mr1013450eba.26.1290504914134; Tue, 23 Nov 2010 01:35:14 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.213.26.5 with HTTP; Tue, 23 Nov 2010 01:35:14 -0800 (PST) In-Reply-To: References: Date: Tue, 23 Nov 2010 10:35:14 +0100 X-Google-Sender-Auth: EFeAAswEJEAYzhsefoCdbhulOws Message-ID: To: Felipe Pena Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Hold off 5.4 From: patrickallaert@php.net (Patrick ALLAERT) 2010/11/23 Felipe Pena : > Given the current state of trunk, I think 5.4 release process should > not begin tomorrow (alpha or whatever other status). There are > numerous identified issues that we need to fix before even think to > begin with a release. For example: > > - type hinting (or strict hinting) > - no consensus > - the RFCs are unclear > - BC break introduced > . classes named as any of the type hint scalar types > do not work anymore > aka class int {} > > - Traits may not be ready yet for pre-release > - see http://svn.php.net/viewvc?view=revision&revision=298348 > - APC support > > - There are many changes not BC with 5.x, as we allowed them for the > development tree, before 5.4 was even a topic > > - APC is not yet bundled. Having the opcode bundle can raise issues by > one or another, we should have it in from the very 1st release > > - pecl/http was planned to be bundled. What's the status? > > We also have no plan about what will or will not be 5.4. This looks > familiar, this is exactly how we begun 5.3 and it tooks literally > years to be released. There is also actually no agreement to begin > with 5.4 now. > > 5.4 should be hold off until we solved the listed issues and the > release management RFC gets discussed and hopefully approved. > > Thanks. > > -- > Regards, > Felipe Pena > Nor do we have a clear roadmap concerning the removal of magic quotes! Most would like to get rid of them, but some have concerns about doing it in 5.4. (Please, use the "Magic quotes in trunk" thread to comment on this one: http://news.php.net/php.internals/50301) -- Patrick Allaert --- http://code.google.com/p/peclapm/ - Alternative PHP Monitor