madmatt / silverstripe-encrypt-at-rest

Encrypt data at rest in your database
7 stars 11 forks source link

PHP8.1 support: `ctype-digit` passing a non-string argument is deprecated #24

Closed pjayme closed 1 year ago

pjayme commented 1 year ago

On PHP8.1, ctype-digit() passing a non-string argument is deprecated and is advised that the value should be cast to a string or an explicit call to chr() should be made.

The issue can be found in this line of code.

madmatt commented 1 year ago

Fixed in #25.