ID:               21854
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Zlib Related
 Operating System: Redhat 7.2
 PHP Version:      4.3.0
 New Comment:

i used php.ini-recommended.

and changed zlib ompression and some error directives.

my system:
rh 7.2
php 4.3.0
apache 1.2.37
zlib 1.1.4


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

[2003-01-29 15:11:34] [EMAIL PROTECTED]

I tried using both .ini files the php.ini-dist and the
php.ini-recommended changing only the zlib.output_compression setting
and still have the same issue.

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

[2003-01-29 11:38:25] [EMAIL PROTECTED]

tux witch ini file did you use the php.ini-dist or the
php.ini-recommended?

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

[2003-01-29 07:43:13] [EMAIL PROTECTED]

i had the same problem, but after the php.ini update, everything worked
fine... tnx sniper...

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

[2003-01-29 01:07:09] [EMAIL PROTECTED]

My ini file was quit differnt i belive it was from a older version so i
copied over the new one and changed only the
zlib.output_compression setting below is the diff

--- php.ini-recommended Thu Dec 26 08:07:59 2002
+++ /usr/local/lib/php.ini      Wed Jan 29 01:03:00 2003
@@ -127,7 +127,7 @@
 ;       also.
 ; Note: output_handler must be empty if this is set 'On' !!!!
 ;       Instead you must use zlib.output_handler.
-zlib.output_compression = Off
+zlib.output_compression = On

 ; You cannot specify additional output handlers if
zlib.output_compression
 ; is activated here. This setting does the same as output_handler but
in




/usr/local/apache/bin/httpd -X
Doing this it still fails only takes about 1 refresh and it's dead.

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

[2003-01-29 00:43:44] [EMAIL PROTECTED]

Just add output of this command:

# diff -u php.ini-recommended /usr/local/lib/php.ini

That'll show us what the changes were.

And easier to reproduce this is propably by running apache
in foreground:

# /usr/local/apache/bin/apachectl stop
# /usr/local/apache/bin/httpd -X

Try that and let us know if you can get it fail then.


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

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/21854

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

Reply via email to