| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-22 | 849 Bytes | |
| Version 2.0.16 source code.tar.gz | 2025-11-22 | 203.6 kB | |
| Version 2.0.16 source code.zip | 2025-11-22 | 236.2 kB | |
| Totals: 3 Items | 440.6 kB | 0 | |
Overview of changes
- Update bundled certificates as of 2025-11-04. [#954]
- Fixed: PHP 8.5 deprecation notices for
Reflection*::setAccessible()[#940] - Fixed: PHP 8.5 deprecation notices for
curl_close()[#947] Props @TobiasBg - Fixed: PHP 8.5 deprecation notices
Using null as an array offset[#956] - Fixed: Disallow
FilteredIteratorto accept objects (PHP 8.5 deprecation). [#968] Note: This is technically a breaking change as this was documented behaviour. However,FilteredIteratoris an internal class and the only detected use of this behavior was in a test. - Fixed: tests for expired and revoked SSL certificates. [#967]
- Composer: remove
roave/security-advisories(no longer needed with Composer 2.9+). [#961] - README: corrected Python Requests library URL. [#944] Props @pmbaldha
- General housekeeping.