Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98624 invoked by uid 1010); 4 Feb 2004 19:33:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98577 invoked from network); 4 Feb 2004 19:33:46 -0000 Received: from unknown (HELO edwardbear.org) (216.179.74.133) by pb1.pair.com with SMTP; 4 Feb 2004 19:33:46 -0000 Received: by edwardbear.org (Postfix, from userid 1000) id 2B75B4EA04; Wed, 4 Feb 2004 20:33:32 +0100 (CET) Date: Wed, 4 Feb 2004 14:33:31 -0500 To: Andi Gutmans Cc: Pierre-Alain Joye , zeev@zend.com, internals@lists.php.net Message-ID: <20040204193331.GN5094@bumblebury.com> References: <5.1.0.14.2.20040204201046.06eae688@localhost> <5.1.0.14.2.20040204201046.06eae688@localhost> <5.1.0.14.2.20040204212637.028e3848@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20040204212637.028e3848@127.0.0.1> User-Agent: Mutt/1.5.5.1+cvs20040105i Subject: Re: [PHP-DEV] RC1 From: sterling@php.net (Sterling Hughes) > >http://marc.theaimsgroup.com/?l=php-dev&m=107367078904900&w=2 > > > >The main problem with a too early beta/rc release is we (well you ;) ) > >have to be sure that the ZE2 apis works the way it should. And not only > >from the php side. For the good all php extensions that are not bundled > >with the php releases (and I'm not thinking only about pecl :) ). > > Yeah we looked at it today. It seems to be a bit of a problem. The correct > way of doing this is to nuke get_properties() and only use set/get > overloading handlers. However, it would mean that extension writers who > want foreach() to work would have to implement iterator interface. > I'm not quite sure how to go on this one. IMO get_properties() should not > be used with non-PHP objects. > how would one handle var_dump($obj) then? -sterling > Andi > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- "Reductionists like to take things apart. The rest of us are just trying to get it together." - Larry Wall, Programming Perl, 3rd Edition