Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95479 invoked by uid 1010); 25 Nov 2005 10:02:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95464 invoked from network); 25 Nov 2005 10:02:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2005 10:02:06 -0000 X-Host-Fingerprint: 66.249.82.205 xproxy.gmail.com Linux 2.4/2.6 Received: from ([66.249.82.205:44586] helo=xproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C5/F2-56276-E11E6834 for ; Fri, 25 Nov 2005 05:02:06 -0500 Received: by xproxy.gmail.com with SMTP id t10so440490wxc for ; Fri, 25 Nov 2005 02:02:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OQYgnBBqfB72sbcPMFDSU0zn9rb/GV6r8pi7QBkLUWuBeJZXkKrh1uxOmALNsVgCfg/kKYj5ISVwRSBlEj+IN5D7Ip+/Z7KBV9H+TmJwZJ3kuyDn3l6FCf7770XkidcFpCdxHlLuFXUYGvWb5AZmK90rIwOMSZs7sOZYLRNCNu4= Received: by 10.70.46.8 with SMTP id t8mr4731048wxt; Fri, 25 Nov 2005 02:02:02 -0800 (PST) Received: by 10.70.10.7 with HTTP; Fri, 25 Nov 2005 02:02:02 -0800 (PST) Message-ID: <818043770511250202s33938ec5k6fecff888c2316eb@mail.gmail.com> Date: Fri, 25 Nov 2005 11:02:02 +0100 Reply-To: sk@webfactory.de To: Derick Rethans Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7.0.0.16.2.20051124161240.0573e640@zend.com> <20051125034515.6fefa4e2@localhost.localdomain> <43867C6C.2010209@prohost.org> <20051125040950.26305e08@localhost.localdomain> <43869FC5.4060708@lerdorf.com> <20051125075501.79718ee6@localhost.localdomain> <1132903004.9936.25.camel@localhost.localdomain> <1086017308.20051125091648@marcus-boerger.de> Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there) From: sebastian.kugler@gmail.com (Sebastian Kugler) Derick, > you will break code that is out there. do you have an idea how much code is "out there" that has classes named "Da= te"? > But you can > definitely not change code in a released version. Above all, you can definitely not introduce new classes in RC6! And this date class doesn't even seem to provide any functionality, so that there would be an incentive (or even possibility) to migrate projects using PEAR::Date to the new Date class. Why did this class have to be crippled (i. e. deactivating its methods) BUT incorporated in 5.1 and why not before RC6? -- Sebastian