Skip to content

Commit 6b79679

Browse files
committed
Restore SimpleSAMLphp exception handler
1 parent 9c75b96 commit 6b79679

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public function bootDrupal(string $drupalRoot)
2424
$kernel->boot();
2525
$kernel->loadLegacyIncludes();
2626
chdir($originalDir);
27+
\restore_exception_handler();
28+
\restore_error_handler();
2729
}
2830

2931
/**

0 commit comments

Comments
 (0)