Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95857 invoked by uid 1010); 20 Jul 2006 11:41:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95841 invoked from network); 20 Jul 2006 11:41:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 11:41:51 -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:54704] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 3B/85-29121-EFB6FB44 for ; Thu, 20 Jul 2006 07:41:51 -0400 Received: by nf-out-0910.google.com with SMTP id a4so471421nfc for ; Thu, 20 Jul 2006 04:41:48 -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=RzJipXN+MjW7Lk/MT7e80dPaZzdmEYxnp6yShTp8HSLThBAoGdMvyL/yVZriaW07VCwtgmU6O5wYKExWQrdZvl4gnDvgv8sKw3at0+jgmVA3h9/IMQg/ZhzVmHaquGjidOvsW4nPhe5v2bcn8CSAk+lqtkoEXDDVJjHZrfjfhy8= Received: by 10.78.164.13 with SMTP id m13mr276797hue; Thu, 20 Jul 2006 04:41:48 -0700 (PDT) Received: by 10.78.131.20 with HTTP; Thu, 20 Jul 2006 04:41:48 -0700 (PDT) Message-ID: <2fd662a00607200441j13b849ccp9d2424b364ccd8f4@mail.gmail.com> Date: Thu, 20 Jul 2006 13:41:48 +0200 To: Pierre Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_92397_10361015.1153395708183" References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: markright@gmail.com (Marco) ------=_Part_92397_10361015.1153395708183 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Why not delay Zip until 5.3 and make an E_STRICT or E_NOTICE in 5.2 for the Zip classname being a reserved word? In fact if we could come up with a list of class names php wants to reserve for itself then we could make them all raise notices so that people have time to fix their code. Regards Marco ------=_Part_92397_10361015.1153395708183--