Re: [PHP] ob_start() -- ob_end_flush() problem
[email protected] (Serpent7776)
| Newsgroups | php.general |
|---|---|
| Message-ID | <20170430112818.741d79fd@DaemONX> |
On Sat, 29 Apr 2017 16:38:55 -0400 Aziz Saleh <[email protected]> wrote: > I am all for trusting ops with their word but sometimes you need to confirm > things yourself. Do you see any difference between the 2 servers settings > wise using phpinfo(), or php -i if you are on command prompt. I remember having some issues with output buffering like this some time ago. Depending on `output_buffering` setting it was behaving differently on Unix and Windows systems. http://php.net/manual/en/outcontrol.configuration.php#ini.output-buffering You can try to fiddle with this setting and see if it helps. -- /* * Serpent7776 */