Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20830 invoked by uid 1010); 20 Jul 2006 22:32:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20814 invoked from network); 20 Jul 2006 22:32:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 22:32:15 -0000 Authentication-Results: pb1.pair.com header.from=markright@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 64.233.182.186 nf-out-0910.google.com Linux 2.4/2.6 Received: from ([64.233.182.186:41968] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id DC/93-29121-D6400C44 for ; Thu, 20 Jul 2006 18:32:15 -0400 Received: by nf-out-0910.google.com with SMTP id y25so727989nfb for ; Thu, 20 Jul 2006 15:32:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=PsboaX/XlGjudc5rUyviC45VIHNT/qGcq0TOQh1jWCsXDs718TY0G94uM/NXaPvr8hpNhyl89BUHKwPW0ExxTBOc6poUwXtlUQETWn+RA9QEoSFzYBmDXzVBFYuSLtyIRPpRsxZxbyALX7Nl/3bdfonUjf17eow6WVxx/e8ZKyQ= Received: by 10.78.140.17 with SMTP id n17mr972160hud; Thu, 20 Jul 2006 15:32:11 -0700 (PDT) Received: by 10.78.131.20 with HTTP; Thu, 20 Jul 2006 15:32:11 -0700 (PDT) Message-ID: <2fd662a00607201532hc28c9ccn4db9e067577b3b0e@mail.gmail.com> Date: Fri, 21 Jul 2006 00:32:11 +0200 To: "Marcus Boerger" Cc: Pierre , internals@lists.php.net In-Reply-To: <893468307.20060720214250@marcus-boerger.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_109536_18606409.1153434731231" References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> <2fd662a00607200441j13b849ccp9d2424b364ccd8f4@mail.gmail.com> <893468307.20060720214250@marcus-boerger.de> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: markright@gmail.com (Marco) ------=_Part_109536_18606409.1153434731231 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > > if we plan to include new classes and have E_STRICT (imo not notice) to > inform about the inclusion with the next minor version update would be a > good thing. To stay with the example at hand, inclusion then would go > like accepting Zip during 5.2 phase. Adding the E_STRICT at the point the > decision was done and then in 5.3 do the actaul inclusion. I agree this is a good idea. Although after 5.2 we could think about some core class names and mark them all as E_STRICT even if they wouldnt be included in the 5.x series. I think Pierre mentioned starting a new thread to look at what names PHP would like to reserve, I think it could be a good idea to start this sooner rather than later. Regards Marco ------=_Part_109536_18606409.1153434731231--