Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78791 invoked by uid 1010); 9 Feb 2007 06:49:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78776 invoked from network); 9 Feb 2007 06:49:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2007 06:49:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:42903] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/25-18147-3891CC54 for ; Fri, 09 Feb 2007 01:49:39 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id B9CFADF002B for ; Fri, 9 Feb 2007 07:49:36 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11505-05 for ; Fri, 9 Feb 2007 07:49:34 +0100 (CET) Received: from [127.0.0.1] (27.122.77.83.cust.bluewin.ch [83.77.122.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 68979DF00C9 for ; Fri, 9 Feb 2007 07:49:34 +0100 (CET) Message-ID: <45CC1984.6010304@pooteeweet.org> Date: Fri, 09 Feb 2007 07:49:40 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: internals Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: todo items From: mls@pooteeweet.org (Lukas Kahwe Smith) Hello, On the heels of the 5.2.1 release I just wanted to bring up the following todo items that have been on the 5.x todo lists since ages. Are these still alive? Have they been done? What would be a sensible target version? Especially the "on-the-fly static properties" is much requested. Open for discussion 1. on-the-fly static properties (mike) 2. 'strict class' to disable dynamic member variable addition (marcus) 3. add a function that returns tsrm_thread_id() - already covererd by zend_thread_id() but only in debug ZTS mode (Wez) 4. userspace streams filter that acts as a default filter through which require/include read their files (Sebastian, Sara) 5. pat3 "OpenLDAP C API cleanup patch" and pat44 "LDAP control support" Todo items for future 5.Y.Z releases 1. Switch for disabling/enabling materialized cursors in mysqli (georg) 2. add support for files >2GB (wez) 3. add array_replace[_recursive] (diff, phpt) (matt) 4. PDO 1. allow the DSN to be passed as array, proposal phase. An initial proposal was done here (pierre, lukas) 5. XMLWriter: 1. Add writeNode([xmlreader obj]), allow to create a push/pull parser regards, Lukas