Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14126 invoked by uid 1010); 14 Jan 2004 21:17:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14102 invoked by uid 1007); 14 Jan 2004 21:17:54 -0000 Message-ID: <20040114211754.14101.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 14 Jan 2004 16:18:01 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 66.65.38.153 Subject: is get_class() case-sensitive now? From: greg@chiaraquartet.net (Greg Beaver) Hi, I just tried a test parse of phpDocumentor CVS using a fresh compile of HEAD on windows xp. It went bananas with warnings and a fatal error. Tracking down the error turned up get_class() returning "parserDesc" instead of "parserdesc", which ruins every time I test whether get_class($a) == 'parserdesc', for example. This is such a huge BC break with php 4.x, I would have to fork the package just because of the numerous get_class() statements. Is case-sensitive get_class() here to stay? Greg