Oliver Holmberg

Results 7 comments of Oliver Holmberg

@razwasserstein You can fork the repo, and then add the plugin to build yourself. I've done the same, but haven't got it working in build yet.

I have not yet. That is not at all to say that it can't be done though. I will post any resolution I find when I do.

@rossmartin - Thanks for your reply. I believe I can download and open the apk and see if those permissions are in fact present in the manifest. I am not...

Thanks for the response Pete. That's a good call. I'm running some tests with curl_multi_exec() directly. I'll let you know if I discover anything interesting/useful.

I thought I'd let you know, I was able to get my case working using the curl_multi_exec(). As you put it, the interface is in fact "painfully confusing". That said,...

I wound up just using the underlying curl_multi_exec method. One possibility I considered is that I was trying to use the method inside of a method inside of a codeigniter...

Here is the example I used for curl_multi_exec() which is working as desired on PHP5.5. http://rustyrazorblade.com/2008/02/curl_multi_exec/