-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i is not recognized (the address from the examples at the repo home page) #7
Comments
That's strange, it should work fine on 8.1 as the tests are also run against it. Is it just that address or do they all fail? Can you maybe provide a docker file so I can replicate the issue? |
A docker file for two lines of code? |
It was more to see what kind of base image you use and what extensions you have installed etc. It works fine on Docker locally for me. The Github Actions also run on docker and pass. You are asking for help so the least you can do it provide me with something to replicate your issue. Let me know if that's too much work so I can close the issue. |
Hi @kielabokkie . I'm not asking for help indeed, I have solved the problem for my project long time ago by using other libraries, importing functions etc. I was just trying to be helpful by bringing your attention to the issue. |
@meglio I appreciate you are trying to bring my attention to an issue but if I can't replicate the issue it's hard to try and solve it don't you think? From the sound of it, it could be an issue with a missing PHP extension on the Docker container you are using but if you can't share it then I can't do anything to try and investigate further. As you are unwilling to help me replicate the issue and are using another library, I will close this issue now. |
Hi @kielabokkie, Docker container:
PHP INI file 1:
PHP INI file 2: dev.php.ini
composer.json
Any chance you could look at it with using these files? |
Thanks for providing these @meglio. I'll have a play around and let you know what I can find out. |
@meglio I just tested it with the config you provided and it's only one small change to make it work. In your Let me know if that fixes the problem for you. |
Thanks for getting back to me. Hm that's interesting, the fact that it fails quietely and gives wrong answer is not good. Any way to make it fail with an exception instead of giving an incorrect answer? |
When running this in Docker Container, PHP 8.1.19:
It returns FALSE.
Any ideas?
The text was updated successfully, but these errors were encountered: