Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-13 | 1.2 kB | |
v3.2.0 source code.tar.gz | 2025-05-13 | 1.2 MB | |
v3.2.0 source code.zip | 2025-05-13 | 1.5 MB | |
Totals: 3 Items | 2.7 MB | 1 |
What's Changed
- fix typehint for ini_set, see [#133] by @shish in https://github.com/thecodingmachine/safe/pull/661
- detect openssl_pkey_get_details in earlier php versions, see [#662] by @shish in https://github.com/thecodingmachine/safe/pull/663
- Hide the already safe
pack()
function by @cedric-anne in https://github.com/thecodingmachine/safe/pull/664 - Fix the generation of
gmmktime()
/mktime()
on PHP 8.4+ by @cedric-anne in https://github.com/thecodingmachine/safe/pull/667 - Ignore the already safe
array_walk_recursive()
function by @cedric-anne in https://github.com/thecodingmachine/safe/pull/666 - Ignore the already safe
getallheaders()
function by @cedric-anne in https://github.com/thecodingmachine/safe/pull/668 - Ignore the already safe
imagesx()
/imagesy()
functions by @cedric-anne in https://github.com/thecodingmachine/safe/pull/669 - Ignore the already safe
date()
function by @cedric-anne in https://github.com/thecodingmachine/safe/pull/665
New Contributors
- @cedric-anne made their first contribution in https://github.com/thecodingmachine/safe/pull/664
Full Changelog: https://github.com/thecodingmachine/safe/compare/v3.1.1...v3.2.0