| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-22 | 1.3 kB | |
| v1.1.10 source code.tar.gz | 2024-08-22 | 3.4 MB | |
| v1.1.10 source code.zip | 2024-08-22 | 4.1 MB | |
| Totals: 3 Items | 7.5 MB | 0 | |
This release improves compatibility with WordPress, enhances performance, and adds some interoperability features.
New functions
filter_var_arrayfputcsvwith correct parameters- stream_context_create() with params argument
- PHP 8.2 PCRE support for the n option
- spread array operator
Interoperabiity
- Support for using CLR events with PHP callable (https://docs.peachpie.io/net/type-system/#c-event)
- AssemblyAttribute MSBuild property.
get_/set_method automatically synthesizes a CLR property with the same name
Optimizations
- string evaluation uses much less allocations
version_compare()is without allocationsglobuses less allocations- overload resolution using named arguments: better compile time method binding, avoids some dynamic calls in run-time.
Fixes
- Diagnostic for
printfwith more than 9 arguments checks the arguments correctly.