What's Changed
The major things are the first three changes - removing and deduplicating content so that new versions of PHP can be supported with relatively small increases to the total package size (and the corresponding addition of initial php8.6 support)
- Don't include descriptions in the generated DocBlocks by @JakeQZ in #707
- Deduplicate generated files by @shish in #719
- Support for php 8.6 by @shish in #717
- fix:
passthruon PHP 8.1 by @silasjoisten in #691 - Add missing
hash_file()andhash_hmac_file()functions by @cedric-anne in #694 - feat(chore): Adds
download-docscommand by @silasjoisten in #697 - feat(PHP 8.1): support for
ftp_rawby @silasjoisten in #693 - feat(chore): normalize
composer.jsonby @silasjoisten in #698 - feat(chore): better display of unsafe methods in
scan-objectscommand by @silasjoisten in #699 - Silence a new PHPStan warning by @JakeQZ in #708
- support both docbook:para and docbook:simpara by @shish in #712
- Always reset docs to master after generation by @shish in #711
- pin php 8.5 version of the library to 8.5's release date by @shish in #710
- avoid conflicting definitions for readgzfile by @shish in #716
- add php 8.5 to support matrix by @shish in #715
- Upgrade the GitHub actions by @oliverklee in #718
- Add safe wrapper for unserialize by @rafaelcx in #720
New Contributors
- @silasjoisten made their first contribution in #691
- @JakeQZ made their first contribution in #708
- @oliverklee made their first contribution in #718
- @rafaelcx made their first contribution in #720
Full Changelog: v3.3.0...v3.4.0