Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12392 invoked by uid 1010); 20 Jul 2006 19:42:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12377 invoked from network); 20 Jul 2006 19:42:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 19:42:36 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:55521] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 7B/A8-29121-CACDFB44 for ; Thu, 20 Jul 2006 15:42:36 -0400 Received: from baumbart.mbo (dslb-084-063-032-043.pools.arcor-ip.net [84.63.32.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 5236135C208; Thu, 20 Jul 2006 21:42:33 +0200 (CEST) Date: Thu, 20 Jul 2006 21:42:50 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <893468307.20060720214250@marcus-boerger.de> To: Marco Cc: Pierre , internals@lists.php.net In-Reply-To: <2fd662a00607200441j13b849ccp9d2424b364ccd8f4@mail.gmail.com> References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> <2fd662a00607200441j13b849ccp9d2424b364ccd8f4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: helly@php.net (Marcus Boerger) Hello Marco, 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. best regards marcus Thursday, July 20, 2006, 1:41:48 PM, you wrote: > 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 Best regards, Marcus