Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7539 invoked by uid 1010); 13 Nov 2003 06:42:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7484 invoked from network); 13 Nov 2003 06:42:50 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 13 Nov 2003 06:42:50 -0000 Received: (qmail 22205 invoked from network); 13 Nov 2003 06:42:45 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 13 Nov 2003 06:42:45 -0000 Message-ID: <5.1.0.14.2.20031113083814.03f0a6b0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 13 Nov 2003 08:42:09 +0200 To: "l0t3k" ,internals@lists.php.net In-Reply-To: <20031113052222.90238.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 5 Beta 3 From: andi@zend.com (Andi Gutmans) References: <20031113052222.90238.qmail@pb1.pair.com> At 12:22 AM 11/13/2003 -0500, l0t3k wrote: >Two things that need fixing : > 1. support for class constants for internal classes. Christiano has >already posted a patch. I applied his patch. As I told him I don't think persistent internal classes across requests will be supported with all the bells and whistles. In general they should work but I expect more problems to be found such as not being able to initialize constants with arrays (which is no big deal IMO). > 2. session support for internal classes. should we have a Serializable >interface which classes inherit, or have sleep and wakeup > handlers in the zend_object_handlers structure ? I guess it's possible. In most cases I think internal classes won't be serialized though, such as COM. I don't think it needs fixing though. It's something which can be added whenever... Andi