Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13068 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56552 invoked by uid 1010); 29 Sep 2004 12:16:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56505 invoked from network); 29 Sep 2004 12:16:35 -0000 Received: from unknown (HELO conan.ard.nu) (217.148.166.184) by pb1.pair.com with SMTP; 29 Sep 2004 12:16:35 -0000 Received: from localhost ([127.0.0.1]) by conan.ard.nu with esmtp (Exim 4.34) id 1CCdNr-0002Qv-BD for internals@lists.php.net; Wed, 29 Sep 2004 14:16:35 +0200 Message-ID: <415AA7A1.10306@iamjochem.com> Date: Wed, 29 Sep 2004 14:16:33 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 CC: internals@lists.php.net References: <20040928124540.618.qmail@pb1.pair.com> <20040928134447.62577.qmail@pb1.pair.com> <1724849455.20040928233204@marcus-boerger.de> <20040929094434.37880.qmail@pb1.pair.com> <415AA1C8.3050300@student.gvsu.edu> In-Reply-To: <415AA1C8.3050300@student.gvsu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: declaring classes as static or final From: jochem@iamjochem.com (Jochem Maas) it seems to me that the documentation pointed to is a little out of date, at least the part about reflection is using 'old' (read: notStudlyCapsCS) class names - might be worth fixing that to avoid a hundred-thousand emails along the lines of 'reflection is broken'. kind regards, Jochem ps - I just discovered the profiling possibilities of XDEBUG, nice one Derick (& co?)! Jason Farrell wrote: >> >> >> > Please see: http://www.php.net/zend-engine-2.php > This will explain all the new OOP features in PHP5 > > Regards, > Jason >