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

Niklas Fiekas’s picture

Title: Minimum PHP version » Mimic date_parse_from_format behaviour for older PHP versions
Component: Miscellaneous » Code (Birthdays)
Category: support » task

There 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.

kgrigsby@mac.com’s picture

Maybe the code in comment #1 would work. http://drupal.org/node/1184470

Niklas Fiekas’s picture

Status: Active » Fixed

The current Git HEAD no longer depends on PHP 5.3, because there is now a new way to enter the date.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.