-
Notifications
You must be signed in to change notification settings - Fork 281
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
Does not play well with PHP Scoper #194
Comments
Would you be willing to test #195 to confirm that it resolves the issue for you? |
Yup. I'll test it tomorrow 👍 |
I just installed the branch using |
Great! Thanks for testing! |
Thanks to you for addressing it! |
bearer-pipeline-test
pushed a commit
to BearerPipelineTest/GeoIP2-php
that referenced
this issue
Aug 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using this library in a WordPress plugin that uses PHP Scoper to scope all dependencies.
I noticed that this library does not support PHP Scoper out of the box due to its use of string class names as seen here, here, and here.
I was able to patch this in PHP Scoper using the following patcher, but it would be awesome to see built-in support. Keep in mind this just patches the two instances in
Reader.php
and doesn't attempt to patch the instance inClient.php
:I was encourage to open a separate issue by @oschwald in #170. Thanks!
😁
The text was updated successfully, but these errors were encountered: