DataTables / Editor-PHP

PHP server-side libraries for Editor
Other
35 stars 22 forks source link

Remove use of deprecated case_insensitive parameter #5

Closed tjeffree closed 3 years ago

tjeffree commented 3 years ago

As explained in the PHP manual the case_insensitive parameter has been deprecated since 7.3 and will be removed entirely in 8.0.0.

The inclusion of it currently causes static code analysis to show a warning and since the flag has been set false since 2018 this would be harmless to remove now.

DataTables commented 3 years ago

Good call - thanks!