The branch "master" has been updated. The following is a summary of the commits.
from: a55d17ba477cf4f994377138902435e19ff98206 f3ba596 Don't throw exception if the date cannot be parsed. 91cd266 BFN Summary: http://github.com/horde/horde/compare/a55d17ba477cf4f994377138902435e19ff98206...91cd26686c5b86632a4872b573fe7f29940b214b ----------------------------------------------------------------------- commit f3ba59628fcc9d48596920457122f4605f9e22f1 Author: Michael J Rubinsky <[email protected]> Date: Sun Mar 13 01:15:01 2016 -0500 Don't throw exception if the date cannot be parsed. Just ignore this value, and don't set it. This can happen if, e.g., this is running on a 32bit machine with a timestamp that overflows Horde_Date (which, in turn attempts to create a PHP native DateTime object). framework/Compress/lib/Horde/Compress/Tnef.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/f3ba59628fcc9d48596920457122f4605f9e22f1 ----------------------------------------------------------------------- commit 91cd26686c5b86632a4872b573fe7f29940b214b Author: Michael J Rubinsky <[email protected]> Date: Sun Mar 13 01:20:40 2016 -0500 BFN framework/Compress/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/91cd26686c5b86632a4872b573fe7f29940b214b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
