Summary | Kolab_Format incompatible with PHP 5.2 |
Queue | Kolab |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | wrobel (at) horde (dot) org |
Created | 02/17/2012 (4864 days ago) |
Due | |
Updated | 04/06/2012 (4815 days ago) |
Assigned | |
Resolved | 04/05/2012 (4816 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Any reason not to use Horde_Date instead?
to keep the amount of dependencies on other libraries low.
Horde_Kolab_Format is a library that in my view should require nothing
than plain PHP. Pulling in a package such as Horde_Date for the task
required here is unnecessary and I consider it an impediment to
adopting Horde_Kolab_Format stand-alone in another context.
State ⇒ Not A Bug
Any reason not to use Horde_Date instead?
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Gunnar Wrobel
Queue ⇒ Kolab
Summary ⇒ Kolab_Format incompatible with PHP 5.2
Type ⇒ Bug
State ⇒ Assigned
refactored that part. Needs fixing.
./Kolab/Format/Date.php:136: if ($date = DateTime::createFromFormat(
./Kolab/Format/Date.php:150: return DateTime::createFromFormat(
./Kolab/Format/Date.php:167: return DateTime::createFromFormat(
./Kolab/Format/Date.php:191: if ($date = DateTime::createFromFormat(
./Kolab/Format/Date.php:205: return DateTime::createFromFormat(