The document summarizes plans for CakePHP 2.0, including: - Refactoring the core code and removing unused code. - Dropping support for PHP 4 and supporting PHP 5.2.6 and above. - Replacing the SimpleTest unit testing framework with PHPUnit. - Standardizing how objects inherit through components. - Removing duplicated code and relying more on PHP's Standard PHP Library. - Centralizing request and r
