j4mie / paris

A lightweight Active Record implementation for PHP5, built on top of Idiorm.
http://j4mie.github.com/idiormandparis/
996 stars 131 forks source link

Drop PHP5.2 support requirement #41

Closed treffynnon closed 11 years ago

treffynnon commented 11 years ago

Remove the requirement for Idiorm to be 5.2 compatible.

See the comments on Idiorm issue #78 for more information on why this must take place.

This will affect a small number of users hopefully, but if there is a major backlash then I am not averse to leaving this requirement drop til version 3. Please discuss.

treffynnon commented 11 years ago

I have given this more thought and I am going to change the versioning I laid out before.

v2.0.0 will be the PHP version 5.3 break v3.0.0 will be a rewrite of the library

This is so I can continue to support users of PHP 5.2 with bug fixes and some backports of features where possible to the v1.0.0 branch of the code.