output buffering problem



Hello,

I am facing a kind of strange error with output buffering. I am trying
to flush the output buffer, but it isn't working. I am not allowed to
change the php.ini, btw.

I've tried two server environments:
Server 1:
php version 4.3.10
phpinfo-values: output_buffering: 4096
output_handler: no value
implicit_flush: off
server API: CGI

Server 2:
php version 4.3.3
phpinfo-values: output_buffering: 4096
output_handler: no value
implicit_flush: off
server API: Apache 2.0 Handler

On server 1 no flush or ob_start, ob_end_flush or what so ever is
working. On server 2 everything works fine. Could anybody please help
me? I've tried to find a solution to this problem for quite a while,
but wasn't successfull. What else could I do? Is there a possibility,
that output_buffering is activated, nevertheless what I try, by default
and can't be changed?

I hope someone is able to help me.

Bye,

Omar

.



Relevant Pages