Releases: php-soap/encoding
Releases · php-soap/encoding
Version 0.13.0
Version 0.12.0
Version 0.11.0
What's Changed
Full Changelog: 0.10.0...0.11.0
Version 0.10.0
What's Changed
- Introduce a XsiTypeCalculator feature that can enhance xsi:type calculation from the encoder by @veewee in #22
Full Changelog: 0.9.1...0.10.0
Version 0.9.1
What's Changed
Full Changelog: 0.9.0...0.9.1
Version 0.9.0
What's Changed
Full Changelog: 0.8.0...0.9.0
Version 0.8.0
What's Changed
Full Changelog: 0.7.0...0.8.0
Version 0.7.0
What's Changed
Full Changelog: 0.6.0...0.7.0
Version 0.6.0
What's Changed
- PERF: Cache encoder detection by @veewee in #11
- PERF: Faster document to array reader by @veewee in #12
- PERF: Speed up property name calculation by @veewee in #13
- PERF: Pre-calculate object access tools by @veewee in #14
Benchmarks
- ^ "encoding took: 0.0050301551818848 seconds"
- ^ "HTTP took: 2.0833768844604 seconds"
- ^ "decoding took: 0.40147495269775 seconds"
- ^ "total took: 2.4872579574585 seconds"
- ^ "Response size: 119.1513671875 KB"
+ ^ "encoding took: 0.0039551258087158 seconds"
+ ^ "HTTP took: 2.2553861141205 seconds"
+ ^ "decoding took: 0.042151927947998 seconds"
+ ^ "total took: 2.3016350269318 seconds"
+ ^ "Response size: 119.1513671875 KB"
(Compared against v4 of this encoding package with lowest dependencies)
Reference : PHP's ext-soap
^ "encoding took: 0.0003361701965332 seconds"
^ "HTTP took: 2.2261168956757 seconds"
^ "decoding took: 0.011924028396606 seconds"
^ "total took: 2.2383770942688 seconds"
^ "Response size: 119.1513671875 KB"
Full Changelog: 0.5.0...0.6.0