PHP 5.3 Suggested Feature List
PHP5.3に追加する機能の投票が始まるようです。
ちなみに、以下の項目が挙げられています。
Its been about a week since RFS for features to go into 5.3 has gone out and while there was not a "flood" of ideas there is a substantial list of key changes people would like to go into this release. I've compiled a list of all of the suggestions I've received, they are listed below in a form that will hopefully make it easy for people to vote their yeys and nays. My hope that we can reach an agreement within 1-2 weeks so 5.3 can be branched and work on it can begin.
- Backport the namespaces patch for PHP 6
- Symlink the intl extension from PECL, but leave it disabled by default as is the case with all extensions dependent on external libs
- Apply the Late Static Binding Patch
- Implement David's Circular Garbage collection patch
- Implement Sqlite3 support via the ext/sqlite extension (patch is already available)
- Remove safe_mode, register_globals and magic_quotes
- Introduce mysqlind library into core and use it as a backend for PDO and mysqli extensions (possibly enabling them by default)
- OpenID enabling patch for OpenSSL and PHP 5
- Add array_replace[_recursive] functions (patch is already available)
- Split off deprecation from E_STRICT into E_DEPRECATED
- Merge the zend_arg_info const'ify patch
- Merge the GCC 4 -fvisibility patch
- Switch for disabling/enabling materialized cursors in mysqli
- Link phar extension from PECL into core (possibly enabling it by default)
- Merge Matt's ZEND_SIGNED_MULTIPLY_LONG() optimization patch
- Introduce new php.ini files parser/scanner + CGI/FastCGI? "htaccess" style ini file support
- Merge __callStatic patch from PHP 6
- Introduce concept of "strict classes" that do not permit dynamic property creation
OpenIDサポートは面白そうですね。名前空間は。。。欲しいけど、混乱を招きそうだなぁ。。。
オブジェクト指向関連では、__callStaticとstrict classesのサポートですか。ん?__callStaticって、もうPHP6に入ってるんだ。