ID:               20551
 Comment by:       plant at virtualsolution dot net
 Reported By:      sroussey at network54 dot com
 Status:           Open
 Bug Type:         Apache related
 Operating System: RedHat 7.2
 PHP Version:      4.3.0
 New Comment:

I have see the same problem on PHP4.3.1 Apache 1.3.27 Redhat 7.3:
Before the upgrade to PHP 4.3.1 with my 4.2.3,
ob_start ("ob_gzhandler") work OK.
Now there aren't way to compress the output, i try also
ini_set("output_handler", "ob_gzhandler");
or
ini_set ( "zlib.output_compression", 1);

with no result.

if i try to return to my old ob_start ("ob_gzhandler") ..
now php return me this Worning:
Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler'
cannot be used twice in Unknown on line 0

Any idea ??


Previous Comments:
------------------------------------------------------------------------

[2003-02-14 00:57:47] sroussey at network54 dot com

Tried php4-STABLE-200302140230 and still it segfaults in the Apache
module. Either I patch PHP to check r for null, or I turn off
'ob_gzhandler' to stop the segfaults.

------------------------------------------------------------------------

[2003-02-13 19:55:22] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-02-03 04:19:58] [EMAIL PROTECTED]

keep at feedback status until the actual feedback request
is completed (testing of the latest stable snapshot)


------------------------------------------------------------------------

[2003-01-31 11:01:15] sroussey at network54 dot com

I now have verified that the bug remains into the release version of
4.3.0. I'll check the php4-STABLE-latest.tar.gz version this weekend.

(Note that with this patch upgrading to v4.3 I no longer see segfaults
in the Apache log!! Sweet!)

------------------------------------------------------------------------

[2003-01-31 01:00:03] php-bugs at lists dot php dot net

No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/20551

-- 
Edit this bug report at http://bugs.php.net/?id=20551&edit=1

Reply via email to