Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64823 invoked by uid 1010); 9 Feb 2007 13:58:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64808 invoked from network); 9 Feb 2007 13:58:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2007 13:58:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 66.249.82.235 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 66.249.82.235 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.235] ([66.249.82.235:30488] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/CC-18147-C0E7CC54 for ; Fri, 09 Feb 2007 08:58:36 -0500 Received: by wx-out-0506.google.com with SMTP id i27so873225wxd for ; Fri, 09 Feb 2007 05:58:33 -0800 (PST) Received: by 10.90.118.12 with SMTP id q12mr12603101agc.1171029513898; Fri, 09 Feb 2007 05:58:33 -0800 (PST) Received: from ?192.168.1.183? ( [204.101.63.110]) by mx.google.com with ESMTP id 38sm1827966nzf.2007.02.09.05.58.33; Fri, 09 Feb 2007 05:58:33 -0800 (PST) In-Reply-To: <45CC1984.6010304@pooteeweet.org> References: <45CC1984.6010304@pooteeweet.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: internals Mailing List Content-Transfer-Encoding: 7bit Date: Fri, 9 Feb 2007 08:58:28 -0500 To: Lukas Kahwe Smith X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-DEV] todo items From: ilia@prohost.org (Ilia Alshanetsky) On 9-Feb-07, at 1:49 AM, Lukas Kahwe Smith wrote: > 1. on-the-fly static properties (mike) It was already discussed on the mailing list in the past and declined. > 2. 'strict class' to disable dynamic member variable addition > (marcus) Possible for 5.3, or PHP 6 but definitely not 5.2 > 3. add a function that returns tsrm_thread_id() - already > covererd by zend_thread_id() but only in debug ZTS mode (Wez) I suppose it could be added to 5.2 if someone has a non-intrusive patch. > 4. userspace streams filter that acts as a default filter > through which require/include read their files (Sebastian, Sara) Possible for 5.3 > 5. pat3 "OpenLDAP C API cleanup patch" and pat44 "LDAP control > support" The patch is where? > 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) Possible for 5.3 > 4. PDO > 1. allow the DSN to be passed as array, proposal phase. An > initial proposal was done here (pierre, lukas) Probably not. > 5. XMLWriter: > 1. Add writeNode([xmlreader obj]), allow to create a push/ > pull parser Possible for 5.3 Ilia Alshanetsky