Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24758 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99848 invoked by uid 1010); 20 Jul 2006 11:47:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99833 invoked from network); 20 Jul 2006 11:47:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 11:47:36 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.174 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.174:34727] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id EA/D5-29121-85D6FB44 for ; Thu, 20 Jul 2006 07:47:36 -0400 Received: by ug-out-1314.google.com with SMTP id k3so837515ugf for ; Thu, 20 Jul 2006 04:47:33 -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:content-transfer-encoding:content-disposition:references; b=GSd2U8lZCRE3n4AkHd63/Rm/st6RSxhvSm3YjNUeIU9PTmkE6lM5X7KP9JJEWC0U6s5Qc4EdfzJGTWBJ30Gg0KwRsLR51dS/LP0GzN8y8DhNvVVrcg7G/blwbKULVMGcenRHf9W30M16rs+WsEq1A7ta/eLnwjGlunNT5wFesOk= Received: by 10.67.29.12 with SMTP id g12mr1826738ugj; Thu, 20 Jul 2006 04:47:33 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Thu, 20 Jul 2006 04:47:33 -0700 (PDT) Message-ID: Date: Thu, 20 Jul 2006 13:47:33 +0200 To: Marco Cc: internals@lists.php.net In-Reply-To: <2fd662a00607200441j13b849ccp9d2424b364ccd8f4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> <2fd662a00607200441j13b849ccp9d2424b364ccd8f4@mail.gmail.com> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: pierre.php@gmail.com (Pierre) Hello, On 7/20/06, Marco 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? It makes little sense as it is not enable by default. A visible entry in the NEWS and Changelog should be enough. Note that it is exactly what I proposed to solve the date class problem, but it is hopeless. > 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. Yes, I'm still wating a discussion about that, but it seems that I lost my last illusions about PHP being able to prevent troubles instead of acting in the hurry like we just did. --Pierre