-
-
Notifications
You must be signed in to change notification settings - Fork 4
Notice: Corrupt member variable name in vendor/react/dns/Query/Executor.php on line 102 #13
Comments
That is actually a really interesting error. Never encountered this error message before, I'll dig into it and get back to you. In the mean time, can you test if this occurs on all requests or specific ones? |
Whoa, this looks like a buffer overflow or some other sort of bug in PHP itself. Which version of PHP are you running? Can you share a script that reproduces the issue? |
Found a possibly related PHP bug https://bugs.php.net/bug.php?id=65967 |
What bothers me is that the offending line in the first image seems to hold @SergeC can you post your PHP + all it's extensions versions, |
I'm working this weekends so quickly answering. PHP is 5.5.10. Here is modified code used in updateAll function:
Occurs in all requests, some requests can return HTTP error 429. |
Modified "multiple.php" for my needs and got error:
![screen shot 2014-09-27 at 10 51 03](https://cloud.githubusercontent.com/assets/1062847/4430094/537505ae-461b-11e4-8438-66471160ec35.png)
![screen shot 2014-09-27 at 10 53 32](https://cloud.githubusercontent.com/assets/1062847/4430099/931eb48e-461b-11e4-9e28-bac54a0fb770.png)
The text was updated successfully, but these errors were encountered: