You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.4:
- Change implicit nullable type declaration to explicit
- Only set `session.sid_bits_per_character` for PHP < 8.4
PHP 8.5:
- Remove no-op `ReflectionProperty::setAccessible()` calls
- Replace backtick operator with `shell_exec()`
- Avoid passing `null` as key in `array_key_exists()`
- Avoid passing `null` to non-nullable parameters in built-in functions
- Use `Pdo\Mysql` driver-specific constants
Other compatibility fixes:
- Avoid passing `null` as `ipl\Html` form element `$name`
- Use latest PHPUnit version
0 commit comments