When does one byte equal four kilobytes? (phpmanualmasterpieces.tumblr.com) 18 points by elehack 13y ago ↗ HN
[–] nucleardog 13y ago ↗ I imagine this was done to make a mistaken use of the INI setting:> output_buffering = trueDo something slightly less nonsensical than set the output buffer chunk to one byte.Of course, it's still nonsense.
1 comment
[ 3.5 ms ] story [ 10.3 ms ] thread> output_buffering = true
Do something slightly less nonsensical than set the output buffer chunk to one byte.
Of course, it's still nonsense.