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