Scott Dutton

Results 125 comments of Scott Dutton

Any update on this ? the phpstorm stubs are incorrect due to this also

https://www.rfc-editor.org/rfc/rfc4021.html#page-30 Just checked and you are right, it's not everywhere. An example is `Delivery-date: Fri, 16 Sep 2022 08:43:02 +0000` I think parsing the received header is probably the only...

@codecowboy ParallelCurl uses call_user_func which accepts a callable. You can use `array($this, "methodName")` http://php.net/manual/en/language.types.callable.php

Just out of interest, What was causing this ? It seems fine on some PHP versions and not on others.

Sorry was more aimed at @marcushat

I can send a Pull Request to fix if your interested ? Its blocking in a loop when there's nothing to do. It doesnt really even need to check where...

you can use the function () use syntax http://stackoverflow.com/questions/1065188/in-php-5-3-0-what-is-the-function-use-identifier

@oliverholmberg can you confirm this works ?

The other service is still needed. The chip gives a number out. The number to pet info lookup is provided by a service similar to the one you are talking...

@databonanza time is not free either. Hosting on GitHub would mean managing pull requests.