Hi,
To fix bug#4013 [0], I had to unlock the session by session_write_close() before making a time-taking call via file_get_contents() or curl_exec(). See [1]
Then the session needed to be captured again so I used session_start().
Now to suppress "headers already sent" warnings, that is causing test failures, what should I use?
1. output buffering?
OR
2. procedure as explained on [2]
OR
3. Use '@'
OR
some other way?
I don't seem to have any preference among above options, I'll appreciate any help and explanation.
Thanks & Regards
--
Atul Pratap Singh