Toon Verwerft

59 Followers
58 Following
101 Posts
I'm an enthusiastic web developer from Belgium, interested in all new internet technologies and tricks.
GitHubhttps://github.com/veewee/
Bloghttps://veewee.github.io/

Decoding became 10x faster than before!

https://github.com/php-soap/encoding

#php #soap

GitHub - php-soap/encoding: SOAP encoding and decoding package

SOAP encoding and decoding package. Contribute to php-soap/encoding development by creating an account on GitHub.

GitHub

@markusstaab @derickr Fun fact, -you can use the encoding package to build a soap-server as well ;)

It contains everything you need already.

@derickr It's very commonly used, so I'dd say it's still essential for a lot of people.

@derickr There are many bugs that have been open for years, especially in the HTTP layer but also in the encoding layer.

Too many to address in a toot anyways ;)

For this part I am working on right now, I think the lack of type information, xml namespace support and the limitations of the type converters are the main reasons for the moves we are making in php-soap.

A short-list of problems it solves:

https://github.com/phpro/soap-client/issues/485

Version X - Encoding improvements · Issue #485 · phpro/soap-client

Feature Request The most known issues happen at ext-soap encoding / decoding's. Again, because these are limitations in PHP's SOAP implementation, it is not something we can deal with at this time....

GitHub

Launched soap-client v4 -alpha

This release now contains a pure PHP SOAP encoder so that you don't need php's SOAP extension anymore.

https://github.com/phpro/soap-client/releases/tag/4.0.0-alpha1

I would love to receive some early feedback so that we can fix obvious bugs before an official release.

#php #soap

Release 4.0.0 alpha1 · phpro/soap-client

❗ This pre-release is highly experimental ❗ It adds support for long standng encoding issues. Therefore, it uses a new encoding package. We decided to pre-launch at this point in order to get some ...

GitHub

@nielsdos Thanks for all the work you did. It was a pleasure to work with you in the previous months.

Take care!

Launched an initial experimental version of the new SOAP encoder package. Feel free to play around with it!

https://github.com/php-soap/encoding

#php #soap

GitHub - php-soap/encoding: SOAP encoding and decoding package

SOAP encoding and decoding package. Contribute to php-soap/encoding development by creating an account on GitHub.

GitHub
Happy once-in-a-four-year exotic bug fix day!
Started a discussion about fixing the DOM extension spec compliance: https://externals.io/message/122169
Feel free to chime in :)
[RFC][UNDER DISCUSSION] Oniguruma maintenance end and future of mbregex(End of mbregex) - Externals

#externals - Opening PHP's #internals to the outside

In v3 of veewee/xml, the Reader component gets an improved API focussing on you getting stuff done!

https://github.com/veewee/xml/releases/tag/3.0.0

#php #xml

Release Version 3.0.0 · veewee/xml

What's Changed Add reader MatchingNode results and a signal to stop reading by @veewee in #66 Drop deprecations by @veewee in #68 Breaking changes This new version introduces 1 breaking change in...

GitHub