Closed
Description
My understanding that updating minor versions should maintain backwards compatibility and simply deprecate features that will be changed in the next major version.
This commit completely breaks BC for the PDOSessionHandler (and even explicitly says it does): 1bc6680
Is there no longer a requirement for backwards compatibility on minor versions?