I have a php application and i need it to take a large json response from a url. With curl, when i use it from the terminal everything goes as expected. But php curl doesn't get the whole file. It looks like it is truncated.I have a php application and i need it to take