Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50543 invoked from network); 30 Jun 2003 13:10:55 -0000 Received: from unknown (HELO localhost.localdomain) (65.198.110.7) by pb1.pair.com with SMTP; 30 Jun 2003 13:10:55 -0000 Received: (from andrei@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5UDA1C07137; Mon, 30 Jun 2003 09:10:01 -0400 X-Authentication-Warning: localhost.localdomain: andrei set sender to andrei@gravitonic.com using -f Date: Mon, 30 Jun 2003 09:10:01 -0400 To: PHP Internals Cc: Andi Gutmans , Zeev Suraski , stas@zend.com Message-ID: <20030630131000.GH6996@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , PHP Internals , Andi Gutmans , Zeev Suraski , stas@zend.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Indexer for objects (one more time) From: andrei@gravitonic.com (Andrei Zmievski) I know we're all giddy with the idea of having a PHP 5 Beta out the door, but I want to ask once again: are we going to have support for indexers, aka OE_IS_ARRAY style overloading, before the final release? Without it, a lot of PHP-GTK programs will stop to work, thus exposing the fact the PHP 5 in fact is not as backwards compatible as advertised. -Andrei "Dealing with failure is easy: Work hard to improve. Success is also easy to handle: You've solved the wrong problem. Work hard to improve." - Alan Perlis