Closed unfulvio closed 9 years ago
2.x will continue support to PHP 5.2 but in 2.3.0 DateTime::setTimestamp() method is called accidentally - although 5.2 supports DateTime, this method is 5.3 only.
Introduce a fallback for 5.2 users.
an example of fallback found on php.net http://php.net/manual/en/datetime.settimestamp.php
2.x will continue support to PHP 5.2 but in 2.3.0 DateTime::setTimestamp() method is called accidentally - although 5.2 supports DateTime, this method is 5.3 only.
Introduce a fallback for 5.2 users.