nextcloud/lib
There Is No TIme ab082611a7
fix(UserConfig): cast getTypedValue() result to string in getValueBool()
PHP 8.4 made passing non-strings to strtolower() a fatal TypeError.
getTypedValue() can return a non-string under certain conditions, causing
the strtolower() call to throw. The (string) cast guards against this.

Signed-off-by: There Is No TIme <37583483+thereisnotime@users.noreply.github.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-05-12 15:24:11 +02:00
..
composer feat(ldap): Allow to search one user by one of its LDAP attribute 2026-05-11 12:41:00 +02:00
l10n fix(l10n): Update translations from Transifex 2026-05-12 00:20:57 +00:00
private fix(UserConfig): cast getTypedValue() result to string in getValueBool() 2026-05-12 15:24:11 +02:00
public Merge pull request #59928 from nextcloud/carl/ldap-search-one-by-attribute 2026-05-12 14:34:15 +02:00
unstable chore: adjust NCU to have proper final keyword and Override attribute where needed 2026-04-28 21:29:28 +02:00
base.php refactor: use strict operator 2026-04-30 00:51:29 +02:00
versioncheck.php ci(PHP): Test against 8.5 on CI 2025-12-19 15:34:34 +01:00