What's Changed
- fix typehint for ini_set, see #133 by @shish in #661
- detect openssl_pkey_get_details in earlier php versions, see #662 by @shish in #663
- Hide the already safe
pack()
function by @cedric-anne in #664 - Fix the generation of
gmmktime()
/mktime()
on PHP 8.4+ by @cedric-anne in #667 - Ignore the already safe
array_walk_recursive()
function by @cedric-anne in #666 - Ignore the already safe
getallheaders()
function by @cedric-anne in #668 - Ignore the already safe
imagesx()
/imagesy()
functions by @cedric-anne in #669 - Ignore the already safe
date()
function by @cedric-anne in #665
New Contributors
- @cedric-anne made their first contribution in #664
Full Changelog: v3.1.1...v3.2.0