hermawanramadhan / CodeIgniter4-DataTables

MIT License
92 stars 38 forks source link

Not yet support PHP 8.1 #15

Closed asnanmtakim closed 2 years ago

asnanmtakim commented 2 years ago

Getting error preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated

hermawanramadhan commented 2 years ago

not yet tested on PHP 8.1. Thanks. I'll test and fix later

kidando commented 2 years ago

It looks like the package greenlion/PHP-SQL-Parser that this package relies on, is the main issue. It hasn't been updated to support 8.1. It breaks in several areas.

hermawanramadhan commented 2 years ago

already updated. Thanks.