Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Fix several PHP 8.1 warnings
-
Empty show more show less
Description
To be fixed:
[30-Nov-2023 Europe/Berlin] PHP Warning: preg_match(): Unknown modifier '!' in /var/www/translate5/application/modules/editor/Models/Terminology/Import/TbxFileImport.php on line 1167
[30-Nov-2023 Europe/Berlin] PHP Deprecated: ZipArchive::addGlob(): Passing null to parameter #2 ($flags) of type int is deprecated in /var/www/translate5/application/modules/editor/Models/Export/Terminology/Tbx.php on line 615
[30-Nov-2023 Europe/Berlin] PHP Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /var/www/translate5/application/modules/editor/PrivatePlugins/TermPortal/Controllers/DataController.php on line 812
[30-Nov-2023 Europe/Berlin] PHP Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /var/www/translate5/application/modules/editor/Utils.php on line 599
[30-Nov-2023 Europe/Berlin] PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/translate5/application/modules/editor/Utils.php on line 976
[30-Nov-2023 Europe/Berlin] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/translate5/application/modules/editor/Models/Terminology/Models/TermModel.php on line 1694
[30-Nov-2023 Europe/Berlin] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/translate5/application/modules/editor/Models/Terminology/Models/TermModel.php on line 1695
[30-Nov-2023 Europe/Berlin] PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/translate5/application/modules/editor/Utils.php on line 569
[30-Nov-2023 Europe/Berlin] PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/translate5/application/modules/editor/Utils.php on line 639
[30-Nov-2023 Europe/Berlin] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/translate5/application/modules/editor/Models/Terminology/TbxObjects/DataType.php on line 65
[30-Nov-2023 Europe/Berlin] PHP Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/translate5/application/modules/editor/Utils.php on line 1009
Attachments
Issue Links
- blocks
-
TRANSLATE-2782 PHP 8.1 Compability
- Done