This patch allows users to extend session handlers in an object oriented fashion. Currently users must override all six functions and have no way of calling the original ones. This patch exposes the original handler (files, memcached, etc.) in a new internal class called SessionHandler, and alters session_set_save_handler() to also accept an object of this class. Example uses of overriding/wrappin