Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83326 invoked by uid 1010); 18 Nov 2003 22:01:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83269 invoked from network); 18 Nov 2003 22:01:41 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 18 Nov 2003 22:01:41 -0000 Received: (qmail 11224 invoked from network); 18 Nov 2003 22:01:31 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 18 Nov 2003 22:01:31 -0000 Message-ID: <5.1.0.14.2.20031119000043.034e2888@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 19 Nov 2003 00:01:29 +0200 To: "Eduardo R. Maciel" ,internals@lists.php.net In-Reply-To: <20031118174228.72431.qmail@web20904.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] __autoload() lowercase From: andi@zend.com (Andi Gutmans) References: <20031118174228.72431.qmail@web20904.mail.yahoo.com> Yeah, this is something we need to tackle. i think we're going to have to keep the pretty case version but it's going to be a slight hit in performance. Remember if anyone has posted a patch for this in the past? If not I'll try and look into fixing it tomorrow. Andi At 09:42 AM 11/18/2003 -0800, Eduardo R. Maciel wrote: >We run into a problem, when tryng to organize class >files since autoload always uses lowercase. > >My class file, for example, is named >ArrayIterator.class.php (as the class ArrayIterator ) >but I get the following error when trying to autoload >the class: > >Warning: >__autoload(/usr/local/apache2/htdocs/teste/fw/arrayiterator.class.php): >failed to open stream: No such file or directory in >/usr/local/apache2/htdocs/teste/fw/teste.php on line >14 > >Fatal error: __autoload(): Failed opening required >'/usr/local/apache2/htdocs/teste/fw/arrayiterator.class.php' >(include_path='.:/usr/local/php/lib/php') in >/usr/local/apache2/htdocs/teste/fw/teste.php on line >14 > >looks like it is not fixed in beta2. > >thanks, >Eduardo. > >__________________________________ >Do you Yahoo!? >Protect your identity with Yahoo! Mail AddressGuard >http://antispam.yahoo.com/whatsnewfree > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php