Publicado
2007-03-29 14:40
With version 1.7 "almost" out the door, the CiviCRM planning team spent most of this week's team meeting evaluating potential "big ticket" items for 1.8 and discussing future platform requirements for CiviCRM.
The platform issues are:
- When do we drop support for PHP 4.x?
- When do we drop support for MySQL 4.1
- Version 1.8 will be the last release to support PHP 4 and MySQL 4.1
- 1.8 will include the enhanced duplicate detection and merging functionality that is critical to many of our users.
- We will limit the number of other changes in 1.8 in order to deliver it in a 6-8 week cycle - target release date is June 1. We'll be announcing an updated 1.8 roadmap shortly.
- We will continue to support 1.8 with critical bug fixes and security updates through the end of 2007.
- The release after 1.8 will be designated 2.0 in recognition of the platform requirements changes.
Comments
Supporting PHP 4 requires restrictions on use of many object-oriented features. MySQL 4.1 may not support triggers and user-defined functions, but CiviCRM extensively abstracts the database. Database abstraction achieves the same effects as triggers and user-defined functions.
CiviCRM doesn't currently use MySQL to its full potential. Transactions and cascade deletes should more widely used.
Once MySQL 5.1 (or maybe 5.2) comes out with its improved subquery optimization, there may be value in dropping earlier versions.
Most higher quality hosts are now offering php5 in conjunction with php4 (And you need a high quality host to run CiviCRM). So dropping php4 may not be that big of an issue.
MySQL 5 however is less widely supported, so it may be the tougher transition. Though we're talking a timeframe of 10 months. Hopefully in that time hosts will be able to get their butts in gear.
Sounds like a good plan to me. I've already transitioned my sites to php5 and mysql5 long ago. While a number of web host providers still don't offer php5 or mysql5 by default, my experience is that there are enough that do, and many that don't can offer php5 and mysql5 on request.