Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict class name to namespace #75

Open
jkgroupe opened this issue Oct 8, 2015 · 0 comments
Open

Conflict class name to namespace #75

jkgroupe opened this issue Oct 8, 2015 · 0 comments

Comments

@jkgroupe
Copy link

jkgroupe commented Oct 8, 2015

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;

I found this about this problem
https://bugs.php.net/bug.php?id=66773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant