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
'Error' with message 'Call to undefined function GuzzleHttp\Psr7\stream_for()' (0)
> in .../vendor/php-http/message/src/StreamFactory/GuzzleStreamFactory.php:21
The given class is deprecated:
The function used to set a StreamFactory, StreamFactoryDiscovery::find() in HttPlugHandle.php(l.63), is also deprecated:
Solution
I fixed it for my project by limiting guzzlehttp/psr7 to v1.7.0, but that's not a permanent solution
Question
Would you consider exchanging the deprecated methods, so we can remove the fixed version workaround?
The text was updated successfully, but these errors were encountered:
This looks like an issue in one of the httplug packages rather than this package..
Did you tried upgrading php-http/message as well?
Thanks for the quick reply!
I tried including all php-http/* dependencies directly, but still got the same result.
I'm gonna investigate a little further tomorrow and tell you about my findings.
Bug Report
Summary
Since I updated https://github.com/guzzle/guzzle to
v7.3.0
and https://github.com/guzzle/psr7 tov2.0.0
, I get the following error message on soap-requests:The given class is deprecated:
The function used to set a StreamFactory,
StreamFactoryDiscovery::find()
inHttPlugHandle.php
(l.63), is also deprecated:Solution
I fixed it for my project by limiting
guzzlehttp/psr7
tov1.7.0
, but that's not a permanent solutionQuestion
Would you consider exchanging the deprecated methods, so we can remove the fixed version workaround?
The text was updated successfully, but these errors were encountered: