Hi Daniel,
Am 17.10.23 um 15:12 schrieb Daniel Teichmann:
> The underlaying problem was that at $config->ldap->re were LDAP\ResultEntry
> objects stored. They can't be serialized anymore (since PHP8.1).
> And since $ldap->re is inside of $config object, it will be written to
> $_SESSION too. Thi
Hey,
The underlaying problem was that at $config->ldap->re were
LDAP\ResultEntry objects stored. They can't be serialized anymore (since
PHP8.1).
And since $ldap->re is inside of $config object, it will be written to
$_SESSION too. This fails silently (except if you call
session_write_close()
2 matches
Mail list logo