PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

PHP8.1 Fix issue with passing NULL value for locale into string function

Open seamuslee001 opened this issue 2 years ago • 2 comments

Description

This fixes an issue in PHP8.1 where passing a NULL value to strlen() function is deprecated

Checklist:

  • [x] I have run composer run-script check --timeout=0 and no errors were reported
  • [x] The new code is covered by unit tests (check build/coverage for coverage report)
  • [x] I have updated the documentation to describe the changes

seamuslee001 avatar Jul 30 '22 07:07 seamuslee001

We need this!

NelinD avatar Aug 01 '22 13:08 NelinD

we all need this

Ilyasoad avatar Aug 01 '22 13:08 Ilyasoad