What's Changed
- Fix
mktime()
on PHP 8.2 and 8.3 by @cedric-anne in #670 - Ignore
long2ip()
that is actually safe by @cedric-anne in #671 - Fix
array_combine()
on PHP 8.1 by @cedric-anne in #672 - Fix
array_flip()
on PHP 8.1 by @cedric-anne in #673 - Fix
array_replace()
/array_replace_recursive()
on PHP 8.1 by @cedric-anne in #674 - Fix
gmp_random_seed()
on PHP 8.1 by @cedric-anne in #677 - Fix
hash_hkdf()
on PHP 8.1 by @cedric-anne in #678 - Fix
sleep()
on PHP 8.1 by @cedric-anne in #679 - Fix
imagecolorsforindex()
on PHP 8.1 by @cedric-anne in #680 - Fix
mysqli_get_client_stats()
on PHP 8.1 by @cedric-anne in #681 - Fix
stream_socket_get_name()
on PHP 8.1 by @cedric-anne in #683 - Fix
apache_request_headers()
/apache_response_headers()
on PHP < 8.4 by @cedric-anne in #684 - Fix
shuffle()
on PHP < 8.4 by @cedric-anne in #685 - Fix
curl_share_errno()
on PHP < 8.4 by @cedric-anne in #686 - Fix
date_parse()
on PHP < 8.4 by @cedric-anne in #688 - Fix
date_sun_info()
on PHP < 8.4 by @cedric-anne in #689 - Fix
openssl_random_pseudo_bytes()
on PHP 8.1 by @cedric-anne in #682 - Fix
date_create()
on PHP < 8.4 by @cedric-anne in #687
Full Changelog: v3.2.0...v3.3.0