Skip to content

Commit 37d7b7e

Browse files
committed
Add upgrade note
1 parent 6e7ce55 commit 37d7b7e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/simplesamlphp-upgrade-notes-2.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,17 @@ processing filters or interface with the SimpleSAMLphp development API.
9696
- lib/SimpleSAML/Store/Memcache.php has been renamed to lib/SimpleSAML/Store/MemcacheStore.php
9797
- lib/SimpleSAML/Store/Redis.php has been renamed to lib/SimpleSAML/Store/RedisStore.php
9898

99+
- The following methods have had their signature changed:
100+
- Configuration::getValue
101+
- Configuration::getBoolean
102+
- Configuration::getString
103+
- Configuration::getInteger
104+
- Configuration::getIntegerRange
105+
- Configuration::getValueValidate
106+
- Configuration::getArray
107+
- Configuration::getArrayize
108+
- Configuration::getArrayizeString
109+
- Configuration::getConfigItem
110+
- Configuration::getLocalizedString
111+
112+
All of these methods no longer accept a default as their last parameter. Use their getOptional* counterparts instead.

0 commit comments

Comments
 (0)