In PHP 5.4 they added this class that encased the callback functions. The difficulty came with needing to fallback to the previously registered session handler.
Closes#792
Also, while I was in there I made the script not spew anything on the terminal.
@markw65 `array_filter` doesn't match the signature from php.net. Should it?