<div dir="ltr"><div style>Hi,</div><div style><br></div><div style>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]</div>

<div style><br></div><div style>Then the session needed to be captured again so I used session_start().<br></div><div style><br></div><div style>Now to suppress "headers already sent" warnings, that is causing test failures, what should I use?</div>

<div style><br></div><div style>1. output buffering?</div><div style>OR</div><div style>2. procedure as explained on [2]</div><div style>OR</div><div style>3. Use '@'</div><div style>OR</div><div style>some other way?</div>

<div style><br></div><div style>I don't seem to have any preference among above options, I'll appreciate any help and explanation.</div><div><br></div><br clear="all"><div>[0] <a href="https://sourceforge.net/p/phpmyadmin/bugs/4013/">https://sourceforge.net/p/phpmyadmin/bugs/4013/</a></div>

<div>[1] <a href="https://github.com/zixtor/phpmyadmin/commit/2f978adba9ca345064f38844dabb484d33a933c3">https://github.com/zixtor/phpmyadmin/commit/2f978adba9ca345064f38844dabb484d33a933c3</a></div><div>[2] <a href="http://stackoverflow.com/questions/12315225/reopening-a-session-in-php/12315542#12315542">http://stackoverflow.com/questions/12315225/reopening-a-session-in-php/12315542#12315542</a></div>

<div><br></div><div><br></div><div style>Thanks & Regards</div>-- <br>Atul Pratap Singh<div><a href="http://blog.atulsisodia.in/" target="_blank">http://blog.atulsisodia.in/</a></div>
</div>