You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2.0.0] - 2025-12-06
This release bumps the minimum version required to PHP 8.1.
Added
New API XMLSerializer::appendToWriter to allow easier integration and better performance when writing fragments (Thanks @staabm)
Changed
Internal change: Now uses PHPToken::tokenize in favor of token_get_all (requires PHP 8+) (Thanks @staabm)
Release 1.3.0
- Require at least PHP 7.3 for building, code should still be PHP 7.2 compliant
- Merge various performance improvments provided by @staabm
- Merge some code cleanups provided by @staabm