Undefined function curl_multi_exec

since a few weeks my website is giving me the following error message

Fatal error: Uncaught Error: Call to undefined function curl_multi_exec()

the code didn’t change, normal curl calls still work and the php version is still 7.4. was multi_curl_exec just suddenly disabled?

Hello

The function curl_multi_exec() has never worked on free hosting, however PHP8 changed the way that undefined functions work, as they throw a fatal error now. If your code was working before, just removing the function and all should be good.

4 Likes

strange. i’m 100% sure it was working at least until august
thanks for the reply anyways

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.