curl_multi_exec() works with 7 calls, but I've got over 1000 calls to get through – PHP
This is my first time using curl_multi_init() so I'm probably misunderstanding something. Learning to use it properly is more important to me than solving my problem because this particular function will solve a lot of my problems in future. This…