Is it possible for the minimum PHP version to be 5.2.5 as it is for Drupal 7 instead of 5.3?
My hosting provider is running 5.2.13.
Is it possible for the minimum PHP version to be 5.2.5 as it is for Drupal 7 instead of 5.3?
My hosting provider is running 5.2.13.
Comments
Comment #1
Niklas Fiekas commentedThere is a new dependency on http://php.net/manual/de/function.date-parse-from-format.php only recently introduced. Maybe we can get rid of that by writing a custom version of that function.
Comment #2
kgrigsby@mac.com commentedMaybe the code in comment #1 would work. http://drupal.org/node/1184470
Comment #3
Niklas Fiekas commentedThe current Git HEAD no longer depends on PHP 5.3, because there is now a new way to enter the date.