We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c75b96 commit 465045cCopy full SHA for 465045c
3 files changed
CHANGELOG
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
+See the main [README.md](./README.md#branch-and-version-naming) for the details about version naming.
8
9
10
+## [Unreleased]
11
12
+### Fixed
13
+- Restored SimpleSAMLphp exception handler (#29, #35)
14
15
16
+## [2.10.0-rc.1]
src/DrupalHelper.php
@@ -24,6 +24,8 @@ public function bootDrupal(string $drupalRoot)
24
$kernel->boot();
25
$kernel->loadLegacyIncludes();
26
chdir($originalDir);
27
+ \restore_exception_handler();
28
+ \restore_error_handler();
29
}
30
31
/**
0 commit comments