(削除) Implement Sqlite3 support via the ext/sqlite extension (ext/sqlite isn't possible, ext/sqlite3 from pecl is.) (削除ここまで) (Scott) DONE
(削除) will require minor changes to PDO_SQLite to share the sqlite library (削除ここまで)DONE
(削除) Introduce mysqlnd library into core and use it as a backend for PDO and mysql/mysqli extensions (possibly enabling them by default) (削除ここまで) (Andrey) DONE
(削除) Patch PDO_MYSQL to optionally support mysqlnd library in addition to the MySQL client library, fix assorted PDO_MYSQL bugs, extend PDO test suite (削除ここまで) (Johannes, Ulf) DONE
(削除) Split off deprecation from E_STRICT into E_DEPRECATED (削除ここまで)Done (Lars, Felipe, Marcus)
(削除) PCRE extension will not be allowed to be disabled (削除ここまで)Done (Marcus)
(削除) The new php.ini files parser/scanner + CGI/FastCGI "htaccess" style ini file support (削除ここまで)Done
SPL improvements:
(削除) Make DirectoryIterator implement SeekableIterator. (Etienne) (削除ここまで) Done
(削除) Implement MultipleIterator in C. (Arnaud, Marcus) (削除ここまで)DONE
(削除) Link phar extension from PECL into core (possibly enabling it by default) (削除ここまで)Done
(削除) Replace flex scripts with re2c ones in Zend. This will fix the memleak issues of the lexer, make the lexer threadsafe and reentrant and allows to use emalloc on temp blocks automatically (read more here) (削除ここまで). (Marcus, Nuno, Scott) Done
(削除) fix libsqlite bundeling and related extensions (削除ここまで)DONE
(削除) move ext/ming to PECL (削除ここまで) (Pierre) DONE
(削除) Bundle unix man pages for functions, methods and class references (削除ここまで) (Hannes, Rudy) DROPPED (will be made available as a PEAR installable package)
(削除) add spl_object_id() or improve spl_object_hash() to ensure there is a way to uniquely identify an object during a given request (Lars/Guilherme) (削除ここまで)Done