Skip to content

Releases: Napryc/PHP8Compat

v1.1.0

19 Feb 15:24
Compare
Choose a tag to compare
  • 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

06 Feb 10:20
Compare
Choose a tag to compare
  • Use proper naming for str_starts_with and str_ends_with string functions

v1.0.0

04 Feb 10:45
Compare
Choose a tag to compare

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()