Passing the $glue and $pieces parameters in reverse order to implode has been deprecated since PHP 7.4.
See https://www.php.net/manual/en/migration74.deprecated.php.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_manager-php-7.4.patch | 747 bytes | jacob.embree |
Passing the $glue and $pieces parameters in reverse order to implode has been deprecated since PHP 7.4.
See https://www.php.net/manual/en/migration74.deprecated.php.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_manager-php-7.4.patch | 747 bytes | jacob.embree |
Comments
Comment #2
hargobindThe patch looks good, and should be simple enough to commit without tests.
Comment #4
vladimirausComment #5
hargobindGlad to see this committed, and a new release!
FYI, the release page for 1.1 doesn't include this issue. It would be good to add it since people may want to know for sure that this release includes PHP 7.2/3/4 compatibility.
Comment #6
vladimirausThanks @hargobind.
Release notes have been updated.