Releases: Napryc/PHP8Compat
Releases · Napryc/PHP8Compat
v1.1.0
- Added PHP 8.4 array functions: array_find, array_find_key, array_any, array_all
- Added PHP 8.3 json_validate function
- Added proper version checks for PHP 8.1, 8.2, 8.3, and 8.4 functions
v1.0.1
- Use proper naming for str_starts_with and str_ends_with string functions
v1.0.0
Bringing the following PHP8+ functions to PHP7.1+ versions: mb_str_pad() , str_contains(), strStartsWith(), strEndsWith(), str_increment(), str_decrement(), mb_trim(), mb_ltrim(), mb_rtrim(), mb_ucfirst(), mb_lcfirst(), array_is_list(), fdiv()