Posted by kgrigsby on January 16, 2012 at 8:32pm
3 followers
Jump to:
| Project: | Birthdays |
| Version: | 7.x-1.x-dev |
| Component: | Code (Birthdays) |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
Maybe the code in comment #1 would work. http://drupal.org/node/1184470
#3
The current Git HEAD no longer depends on PHP 5.3, because there is now a new way to enter the date.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.