Skip to content

Releases: php-soap/encoding

Version 0.6.0

14 Jun 09:32
0.6.0
f2f7de2

Choose a tag to compare

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

Version 0.5.0

13 Jun 12:45
0.5.0
14754ce

Choose a tag to compare

What's Changed

  • PERF: Add native function invocations by @veewee in #8
  • PERF: Performance optimizations by @veewee in #9
  • PERF: Read xml from memory by @veewee in #10

Full Changelog: 0.4.1...0.5.0

Version 0.4.1

12 Jun 08:08
0.4.1
e65511a

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

Version 0.4.0

11 Jun 12:14
0.4.0
ad67e98

Choose a tag to compare

What's Changed

  • Normalize property names to supported php names in the object encoder by @veewee in #6

Full Changelog: 0.3.0...0.4.0

Version 0.3.0

11 Jun 12:14
0.3.0
df563b0

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

Version 0.2.0

10 Jun 11:18
0.2.0
1cb9521

Choose a tag to compare

What's Changed

  • Introduce a class-map concept (similar to ext-soap-engine) by @veewee in #4

Full Changelog: 0.1.0...0.2.0

Version 0.1.0

10 Jun 06:20
0.1.0

Choose a tag to compare