[horde] Horde 6 ErrorHandler Patch
Torben Dannhauer
torben at dannhauer.info
Wed Feb 4 10:34:51 UTC 2026
Please create PR in github.
Thanks!
Von unterwegs gesendet
Sent from mobile
> Am 02.02.2026 um 18:52 schrieb Andreas Mauser <andreas at mauser.info>:
>
> Hi,
>
> to make certain things work (ActiveSync, PortalPage) I had to patch the ErrorHandler.
>
> If you hit magic challenges, you may try this:
>
> # Horde 6 ErrorHandler Patch
> public static function errorHandler($errno, $errstr, $errfile, $errline)
> {
> // This is the "Magic Line" we added:
> if ($errno == E_DEPRECATED || $errno == 8192 || $errno == 16384) return true;
>
> $er = error_reporting();
> // ... rest of the original code
>
> If Horde Maintainer want to review and comment?
>
> Best regards,
> Andreas
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list