Jani Taskinen <[EMAIL PROTECTED]> wrote:

> On Mon, 10 Feb 2003, Moriyoshi Koizumi wrote:
> 
> >Jani Taskinen <[EMAIL PROTECTED]> wrote:
> >
> >> On Mon, 10 Feb 2003, Moriyoshi Koizumi wrote:
> >> >>         }
> >> >>  
> >> >> -#if HAVE_ZLIB
> >> >> +#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
> >> >>         /* Add output compression headers at this late stage in order to make
> >> >>            it possible to switch it off inside the script. */
> >> >>         if (ZLIBG(output_compression)) {
> >> >
> >> >Hmm, this change may cause another problem that I mentioned in
> >> >http://lists.php.net/article.php?group=php.dev&article=92781
> >> 
> >>     I don't understand..if it's not available..how can it cause 
> >>     some problems?
> >
> >
> >Wrong pointer? Then see http://bugs.php.net/16109
> 
>     Eh..?

If zlib extension was built as shared any kinds of outputs such as 
generated images would be compressed when zlib.output_compression=1 and 
bug #16109 revisited.

Moriyoshi


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to