[commits] Exception branch master updated. f27c0f3df92d92b60367cc4be4adc99f42440faf

Michael J. Rubinsky mrubinsk at horde.org
Tue Nov 1 02:27:35 UTC 2022


The branch "master" has been updated.
The following is a summary of the commits.

from: 754c7a3e8e37235311329a9676d9894e216a03e6

15b6109 Ensure LastError exception only passes integers
f27c0f3 Merge pull request #1 from maintaina-com/backport-php8.1-fix

Summary: https://github.com/horde/Exception/compare/754c7a3e8e37...f27c0f3df92d

-----------------------------------------------------------------------

commit 15b6109a0263e55c07fb00c390cafda9a66cd459
Author: Ralf Lang <ralf.lang at ralf-lang.de>
Date:   Fri, 19 Aug 2022 22:41:12 +0000

Ensure LastError exception only passes integers

As of PHP 8.1, null can no longer be passed to the second constructor
argument of builtin exceptions. It will raise an error, resulting in log spam.

Found executing the test suite of horde/yaml in php 8.1

 M lib/Horde/Exception/LastError.php
 M lib/Horde/Exception/PermissionDenied.php

https://github.com/horde/Exception/commit/15b6109a0263e55c07fb00c390cafda9a66cd459

-----------------------------------------------------------------------

commit f27c0f3df92d92b60367cc4be4adc99f42440faf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 31 Oct 2022 22:27:33 -0400

Merge pull request #1 from maintaina-com/backport-php8.1-fix

Ensure LastError exception only passes integers

 M lib/Horde/Exception/LastError.php
 M lib/Horde/Exception/PermissionDenied.php

https://github.com/horde/Exception/commit/f27c0f3df92d92b60367cc4be4adc99f42440faf


More information about the commits mailing list