Beno!t POLASZEK
Beno!t POLASZEK
Yes, probably - maybe that's something that documentation should tell, because PHP developers are rarely faced with that kind of issues, and with FrankenPhp this is likely to happen. By...
Related: #233
Hi @rotdrop! Can you please provide a use case and a real-world example of inheritance?
Hi @Dylan-DutchAndBold, I have indeed a little doubt that it really works with CurlMultiHandler. It seems that the blocking effectively occurs but all requests are sent at once with that...
Thank you.
Hi @scu-msantini! Looks like we forgot to tag a new version when we introduced PHP8 support, you should be able to install 2.1 now.
Thank you @domino91 👍
Hi @nono303, Thanks for your answer. So, if I understand correctly, `GEOSEngine` returns a distance in degrees, whereas MySQL returns a distance in meters. I'm very bad at maths (I...
Hello @BenMorel @nono303, Alright, thanks for your explanations! Both Haversine & Vincenty's formulaes return 911km, which is still far from what MySQL computes, but I'll cope with this. Sorry for...
Hi @BenMorel, Thanks a lot for following up on that topic! That's both fascinating and confusing 😅 On my own MySQL implementation, I correctly got `910389m` but I forgot that...