From 77cf51fb32469583a0130ca87aa5715fc9d8914f Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Tue, 18 Jun 2013 13:29:36 -0700 Subject: [PATCH] add session_register_shutdown added in 5.4. The comments on http://php.net/manual/en/function.session-register-shutdown.php said this was equivilent. --- hphp/system/php.txt | 1 + hphp/system/php/sessions/session_register_shutdown.php | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 hphp/system/php/sessions/session_register_shutdown.php diff --git a/hphp/system/php.txt b/hphp/system/php.txt index 54747df5e..eba3755a8 100644 --- a/hphp/system/php.txt +++ b/hphp/system/php.txt @@ -45,6 +45,7 @@ hphp/system/php/lang/ErrorException.php hphp/system/php/lang/Serializeable.php hphp/system/php/pdo/PDOException.php hphp/system/php/reflection/reflection.php +hphp/system/php/sessions/session_register_shutdown.php hphp/system/php/soap/SoapFault.php hphp/system/php/spl/datastructures/SplObjectStorage.php hphp/system/php/spl/datastructures/SplPriorityQueue.php diff --git a/hphp/system/php/sessions/session_register_shutdown.php b/hphp/system/php/sessions/session_register_shutdown.php new file mode 100644 index 000000000..a92f66efa --- /dev/null +++ b/hphp/system/php/sessions/session_register_shutdown.php @@ -0,0 +1,5 @@ +