Page MenuHomePhorge

Update sabre/vobject to version 4.3.5 Increase php version to 5.5
AbandonedPublic

Authored by Jodli on Sep 11 2021, 10:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 23, 6:05 PM
Unknown Object (File)
Tue, Nov 21, 12:41 AM
Unknown Object (File)
Sun, Nov 12, 6:18 AM
Unknown Object (File)
Thu, Nov 2, 11:23 AM
Unknown Object (File)
Oct 26 2023, 11:26 PM
Unknown Object (File)
Oct 7 2023, 10:29 AM
Unknown Object (File)
Sep 27 2023, 1:52 AM
Unknown Object (File)
Sep 26 2023, 9:30 AM
Subscribers
None

Details

Reviewers
machniak

Diff Detail

Repository
rRPK roundcubemail-plugins-kolab
Branch
vobject_4.3.5
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36568
Build 14518: arc lint + arc unit

Event Timeline

Jodli created this revision.

If we drop PHP 5.4 support, we can as well drop PHP5 at all, I guess.

plugins/libcalendaring/lib/Horde_Date_Recurrence.php
1568

Checking just for instanceof DateTimeInterface would work too, and be shorter. No?

plugins/libcalendaring/libvcalendar.php
152

We have use \Sabre\VObject in the file, so it should work without this change. Maybe the leading backslash is a problem?

This revision now requires changes to proceed.Oct 25 2021, 9:16 AM

Outdated. We're already using "~4.5.1".