Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45651 invoked from network); 18 Nov 2010 11:03:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 11:03:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:52453] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/D8-32235-D1805EC4 for ; Thu, 18 Nov 2010 06:03:57 -0500 Received: by ywh2 with SMTP id 2so1892408ywh.29 for ; Thu, 18 Nov 2010 03:03:55 -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=MAiVMaKC6DFJBnLa/g9Z/j/qN3sjz5Hogh06hDTvqKM=; b=HKFZgp+MT17ifTNcFUAU7qJPbPT0GP2gu/N0G7udZGi30xpqrbkHudW79g+sOOKSap us/OcNnzuIOX1S3LUdyPiIZBxJ0t/gIrC3NTYAkW+fveFEORm12jLFk9Pank7a5NPIJC aSX8WSfIRe91U/XXlpu8QOxdDw6xxGhFuJhPc= 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=Q+aoOIKEV3TQUdSQtV8c2rRp6B3jdStsQowVELxNRJ7Kzd6DjD4NX+saZdQ8G6C1om AS/rUFeXt0lI59FgdzJAx1mTQ5LEquKu/LtjB91+inE1eJrgWDJsUpKnIHRA2pSQH7s3 KaDA54/XgMM9k23nt/WEFnjXGt9UsFlVyU464= MIME-Version: 1.0 Received: by 10.90.39.6 with SMTP id m6mr836800agm.60.1290078235249; Thu, 18 Nov 2010 03:03:55 -0800 (PST) Sender: tyra3l@gmail.com Received: by 10.90.53.4 with HTTP; Thu, 18 Nov 2010 03:03:55 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Nov 2010 12:03:55 +0100 X-Google-Sender-Auth: NiVEaBq-1t-lHNdEwy1KUgQET8k Message-ID: To: Kalle Sommer Nielsen Cc: Patrick ALLAERT , Internals Content-Type: multipart/alternative; boundary=0016361e7b44f1cd46049551be28 Subject: Re: [PHP-DEV] Magic quotes in trunk From: info@tyrael.hu (Ferenc Kovacs) --0016361e7b44f1cd46049551be28 Content-Type: text/plain; charset=UTF-8 On Thu, Nov 18, 2010 at 11:51 AM, Kalle Sommer Nielsen wrote: > 2010/11/18 Ferenc Kovacs : > > by your logic, the same goes for register_globals and for the other > > deprecated stuff, that we wanted to remove with the next major version. > > maybe we should look this the other way around: if we agree that this > things > > have to go, and the only thing which blocks that is the version number, > then > > maybe we should ship something > 5 > > (see my previous mail) > > All of these so called legacy features (in my perspective) except > magic_quotes were removed: > http://php.net/php6news > > yeah, from the trunk, I know, I've just wanted to say, that we should either drop the legacy stuff with the next version, or keep it, but I think thats a bad idea, that we drop some of them. if the only thing thats blocking the cleanup is the version number for the next major release, then we should change that. http://marc.info/?l=php-internals&m=123522403030163&w=2 >> Exactly. To summarize: > >> x.y.z to x.y.z+1: ABI and API must be 100% compatible >> x.y.z to x.y+1.z: ABI can be broken (need a recompilation), API must >> be 100% compatible >> x.y.z to x+1.y.z: party time ;) with the removal of the legacy features I think we can say, that we break the API. Tyrael --0016361e7b44f1cd46049551be28--