Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.11 KB

2015-06-02-sabredav-3-released.md

File metadata and controls

34 lines (28 loc) · 1.11 KB
date layout title tags geo location
2015-06-02 17:38:01 UTC
post
sabre/dav 3.0 released!
http
php
php-fig
psr-7
43.64103
-79.416103
King St West, Toronto, ON, CA

Today we released version 3.0 of sabre/dav WebDAV/CalDAV/CardDAV server. The most exciting part for me is that we've replaced all the XML-handling code with sabre/xml, a project that I've been working on and has been on my mind since several years.

Originally we also intended to add PSR-7 support, but due to the new direction it's taken it's become a very poor fit. In the future we plan to replace the HTTP component with something that shares a lot of the great ideas of PSR-7, except with full mutability and a better performing stream system.

This is also the last release that will still support PHP 5.4. After this, we're going to switch to PHP 5.5 as a minimum and take full advantage of generators. Can't wait!

Read the full sabre/dav 3.0 announcement here.