Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-14 | 2.1 kB | |
v3.3.0 source code.tar.gz | 2025-05-14 | 1.2 MB | |
v3.3.0 source code.zip | 2025-05-14 | 1.5 MB | |
Totals: 3 Items | 2.7 MB | 1 |
What's Changed
- Fix
mktime()
on PHP 8.2 and 8.3 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/670 - Ignore
long2ip()
that is actually safe by @cedric-anne in https://github.com/thecodingmachine/safe/pull/671 - Fix
array_combine()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/672 - Fix
array_flip()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/673 - Fix
array_replace()
/array_replace_recursive()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/674 - Fix
gmp_random_seed()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/677 - Fix
hash_hkdf()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/678 - Fix
sleep()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/679 - Fix
imagecolorsforindex()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/680 - Fix
mysqli_get_client_stats()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/681 - Fix
stream_socket_get_name()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/683 - Fix
apache_request_headers()
/apache_response_headers()
on PHP < 8.4 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/684 - Fix
shuffle()
on PHP < 8.4 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/685 - Fix
curl_share_errno()
on PHP < 8.4 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/686 - Fix
date_parse()
on PHP < 8.4 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/688 - Fix
date_sun_info()
on PHP < 8.4 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/689 - Fix
openssl_random_pseudo_bytes()
on PHP 8.1 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/682 - Fix
date_create()
on PHP < 8.4 by @cedric-anne in https://github.com/thecodingmachine/safe/pull/687
Full Changelog: https://github.com/thecodingmachine/safe/compare/v3.2.0...v3.3.0