Hola Dec,
Encontre en la otra máquina porque sí funcionaba el asunto, efectivamente era una directiva del php.ini (no tengo tan mala memoria decía un sabio, jeje
)
y la directiva que permite modificar ese comportamiento en php es la siguiente.
output_buffering = On
Así estaba en la máquina que siempre había funcionado
output_buffering = Off
Así estaba en la máquina que no funcionaba.
Pero vemos que dice esta directiva en el propio comentario del php.ini
Código:
; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at the price of slowing PHP's output layer a
; bit. You can enable output buffering during runtime by calling the output
; buffering functions. You can also enable output buffering for all files by
; setting this directive to On. If you wish to limit the size of the buffer
; to a certain size - you can use a maximum number of bytes instead of 'On', as
; a value for this directive (e.g., output_buffering=4096).
Ahí está la respuesta a este quebradero de coco. jeje.
Hasta Luego .-