| b0afc21c | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix PHP 8 compatibility issues
- Add null safety check for $_SERVER['HTTP_ACCEPT_LANGUAGE'] in getBrowserLang() to prevent PHP 8.1+ deprecation warnings - Add global $JSINFO declaration in helper co
Fix PHP 8 compatibility issues
- Add null safety check for $_SERVER['HTTP_ACCEPT_LANGUAGE'] in getBrowserLang() to prevent PHP 8.1+ deprecation warnings - Add global $JSINFO declaration in helper constructor - Remove extra parameter from buildTransID() call (function only accepts 2 params) - Add null coalescing operators for $_SERVER['PHP_SELF'] and $_SERVER['REQUEST_URI'] in action.php - Remove reference assignment operator from plugin_load() call in syntax/notrans.php (PHP 8 compatibility)
show more ...
|