Skip to content

Commit ecb7a3f

Browse files
authored
Merge pull request #47 from ChessCom/BP/php8.2
Support for php8.2, fix issue with dynamic property set
2 parents 05503db + 466d910 commit ecb7a3f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- "7.4"
88
- "8.0"
99
- "8.1"
10+
- "8.2"
1011

1112
matrix:
1213
fast_finish: true

PEAR.php

+1
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ class PEAR_Error
830830
var $message = '';
831831
var $userinfo = '';
832832
var $backtrace = null;
833+
var $callback = null;
833834

834835
// }}}
835836
// {{{ constructor

0 commit comments

Comments
 (0)