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
When I implement SoapClient without opcache in php cli, I have got this error :
Cannot use BeSimple\SoapCommon\SoapRequest as SoapRequest because the name is already in use in vendor/besimple/soap-client/BeSimple/SoapClient/XmlMimeFilter.php
I had to use an alias in XmlMimeFilter.php for SoapRequest like :
use BeSimple\SoapCommon\SoapRequest as SoapCommonRequest;
When I implement SoapClient without opcache in php cli, I have got this error :
I had to use an alias in XmlMimeFilter.php for SoapRequest like :
I found this about this problem
https://bugs.php.net/bug.php?id=66773
The text was updated successfully, but these errors were encountered: