fix calling session_set_save_handler multiple times
commit1652962f000364f5041acaab0966523bb93e7399
authorFred Emmott <fredemmott@fb.com>
Thu, 27 Mar 2014 05:10:51 +0000 (26 22:10 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 27 Mar 2014 20:56:57 +0000 (27 13:56 -0700)
treed0808ac23c3355edf434bfe9cd64e2e95d153338
parent7a79215f3a970bcfcb792904e32cd3d883defa07
fix calling session_set_save_handler multiple times

Matches php5, brings slim back up to 100%

Reviewed By: @ptarjan

Differential Revision: D1242541
hphp/runtime/ext/session/ext_session.cpp
hphp/test/slow/session/user_handler_twice.php [new file with mode: 0644]
hphp/test/slow/session/user_handler_twice.php.expectf [new file with mode: 0644]