Text-Statistics icon indicating copy to clipboard operation
Text-Statistics copied to clipboard

Fix PHP 8.2 deprecations

Open mdio opened this issue 2 years ago • 3 comments

Several things happened here in order to support current PHP versions:

  • Upgrade PHPUnit to 9 + fix test signature and bcmath errors with passing strings like "two"
  • Replace utf8_decode with mb_convert_encoding (as it's deprecated in PHP 8.2)
  • I then removed the code that was running when ext-mbstring wasn't available as it's a requirement now anyway.

mdio avatar Nov 10 '23 08:11 mdio

@DaveChild could you please take a look at this PR? We have this running in production just fine for over a year now.

Let me know if there's anything I can do to improve the PR.

mdio avatar Dec 16 '24 08:12 mdio

@DaveChild Can we get a merge on this?

JoshHighland avatar Jan 27 '25 07:01 JoshHighland

@DaveChild would love to have this PR merged.

linh-ngophuochoai avatar Dec 11 '25 04:12 linh-ngophuochoai