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
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 feedback from you.
Feel free to play around with it and give us feedback!
Upgrading
NOTE: We now require a psr/cache-implementation so that the engine (and WSDL parsing) can be cached. Some examples are: symfony/cache or cache/*-adapter.
If you don't have a cache implementation installed, you can for example run:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
❗ 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 feedback from you.
Feel free to play around with it and give us feedback!
Upgrading
NOTE: We now require a
psr/cache-implementation
so that the engine (and WSDL parsing) can be cached. Some examples are:symfony/cache
orcache/*-adapter
.If you don't have a cache implementation installed, you can for example run:
Next, you can upgrade the soap-client:
composer require 'phpro/soap-client:^4.0.0-alpha1@alpha' --update-with-dependencies
Finally, You'll need to update some parts of your codebase.
For a step-by-step plan, you can follow the instructions at:
https://github.com/phpro/soap-client/blob/v4.x/UPGRADING.md#v3-to-v4
Questions
Join the discussion and provide your feedback here!
Thanks 💚
This release was funded by the sponsorship of buhta.com.
Like what we are doing? 💚
Feel free to donate at sponsoring.
What's Changed
Full Changelog: 3.3.0...4.0.0-alpha1
This discussion was created from the release 4.0.0 alpha1.
Beta Was this translation helpful? Give feedback.
All reactions