Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28799 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28983 invoked by uid 1010); 13 Apr 2007 21:14:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28968 invoked from network); 13 Apr 2007 21:14:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 21:14:54 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:58954] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/94-15016-DC2FF164 for ; Fri, 13 Apr 2007 17:14:54 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by mail.lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id l3DLElSo026911; Fri, 13 Apr 2007 14:14:47 -0700 In-Reply-To: <461FE21C.10906@zend.com> References: <461E4437.2090105@pooteeweet.org> <461E5674.5010107@hristov.com> <461EB95D.7030603@zend.com> <461FDD5A.1070004@zend.com> <8E8F0B7F-15EC-41C3-8B19-CB56900F4EE4@gravitonic.com> <461FE21C.10906@zend.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: Andrey Hristov , Lukas Kahwe Smith , internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Fri, 13 Apr 2007 14:16:42 -0700 To: Stanislav Malyshev X-Mailer: Apple Mail (2.752.2) Subject: Re: [PHP-DEV] PHP6 todo list From: andrei@gravitonic.com (Andrei Zmievski) Fine, let's step back for a bit. What I want to be able to do is have objects/arrays as internal properties and constants. Can we make that possible? Last time I looked it required having persistent zvals. -Andrei On Apr 13, 2007, at 1:03 PM, Stanislav Malyshev wrote: >> That can be handled with read_property and write_property >> handlers. Disallowing access to PHP users is an artificial >> restriction that we should find ways around. > > If you have these handlers, why you need read-made persistent > zvals? You can construct any zval you want once property is read > and you can do anything you want once property is written, what > persistent zval would give you then? > -- > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php