[Bug 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-02-13 Thread mpp
I've observed this same problem.  There's discussion on the forums about
it, and a suggestion that it's related to an old bug being re-
introduced.  See here: http://ubuntuforums.org/showthread.php?t=1067968

My computer:
2.6.24-23-generic  x86_64 GNU/Linux
Ubuntu 8.04.2

Version of PHP installed:
php5-common (5.2.4-2ubuntu5.5)
php5-cli (5.2.4-2ubuntu5.5)
libapache2-mod-php5 (5.2.4-2ubuntu5.5)
php-pear (5.2.4-2ubuntu5.5)

Version of mythweb installed:
mythweb (0.21.0+fixes16)

I've tried enabling and disabling output_compression and output_handler
options in my php.ini file to no avail.  The relevant configuration in
my php.ini is:

output_buffering = Off
;output_handler =
zlib.output_compression = Off
;zlib.output_compression_level = -1
;zlib.output_handler =
implicit_flush = Off

Relevant config for mythweb in the apache config (default from
installation except for additional memory limit):

php_value safe_mode 0
php_value memory_limit  64M
php_value register_globals  0
php_value magic_quotes_gpc  0
php_value file_uploads  0
php_value allow_url_fopen   On
php_value zlib.output_handler   Off
php_value output_handlerNULL
php_flag output_handler NULL


have fun()
mike

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-02-13 Thread mpp
I have a correction to make to the above, commenting out these lines in
the mythweb apache config file (ie: /etc/apache2/sites-
available/mythweb.conf ) will make mythweb work, although I'm not able
to verify if it breaks anything else:

php_value zlib.output_handler   Off
php_value output_handlerNULL
php_flag output_handler NULL

I'm not sure why that works, or if it is a suitable workaround.

have fun()
mike

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs