Searched hist:b0afc21c26dee0a3cc15079f19f396b62bc47603 (Results 1 – 3 of 3) sorted by relevance
| /plugin/autotranslation/syntax/ |
| H A D | notrans.php | b0afc21c26dee0a3cc15079f19f396b62bc47603 Wed Jan 21 10:25:12 UTC 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 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)
|
| /plugin/autotranslation/ |
| H A D | action.php | b0afc21c26dee0a3cc15079f19f396b62bc47603 Wed Jan 21 10:25:12 UTC 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 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)
|
| H A D | helper.php | b0afc21c26dee0a3cc15079f19f396b62bc47603 Wed Jan 21 10:25:12 UTC 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 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)
|