Jasper Poppe
Results
2
issues of
Jasper Poppe
| Q | A | ------------------| --- | Bug? | no | New Feature? | no | Support question? | yes | Version | 2.0.0-BETA2 #### Actual Behavior What is...
Bug
Support request
As of PHP 8.1.0, write access to the entire `$GLOBALS` array is no longer supported: https://www.php.net/manual/en/reserved.variables.globals.php Even if `$GLOBALS['version'] = 'version_number';` is set in the `Configuration` class, we catched this...