This post is in response to the high level of questions we’re receiving about CodeIgniter 2, and this is supposed to clear any questions up. If more questions are posted, please divert people to this post.
Where can I get CodeIgniter 2?
CodeIgniter 2 is under development, and freely available, over at BitBucket. You can fork the repository and contribute to the codebase, and make bug reports.
When is CodeIgniter 2 going to be officially released?
CodeIgniter 2 has no definitive release date. Bugs are still being fixed, features being added and there is no way of guessing when it will be available as an official release. I won’t commit the development team to any specific release dates, so the only date I can give is soon.
Is the development branch of CodeIgniter 2 stable?
The codebase is still under active development, and some things may change, but the code is considered stable. This means that it is ready to use in production applications. It won’t change dramatically, and the only changes being implemented are bug fixes and new features. Nothing will be largely backward incompatible; that is to say, applications written on the current development version and the official release should be compatible. Needless to say, I’ve been writing plenty of production, client applications on CI2 and haven’t come across any problems.
Is it PHP4 compatible?
CodeIgniter 2 deprecates PHP4 support. You will still be able to write applications in PHP4, but it’s highly recommended you don’t, as PHP4 support will be removed in the next major version, CodeIgniter 2.1, and any new 2.x features probably won’t work.