"Gonyou, Austin" <[EMAIL PROTECTED]> writes:

> -D_REENTRANT -I../TSRM -DTHREAD=1 -g -O2 -pthread -prefer-pic  -c
> sapi_apache2.c
> sapi_apache2.c: In function `php_output_filter':
> sapi_apache2.c:337: too few arguments to function `ap_save_brigade'
> make[3]: *** [sapi_apache2.lo] Error 1

There is a new parameter to ap_save_brigade() which is part of a bug
fix.  PHP needs to be updated to pass the new parameter.  You can look
at calls to ap_save_brigade() in Apache for hints on how to fix it.

My guess would be that you could add ", r->pool" or ", f->r->pool"
as the additional parameter to ap_save_brigade(, but I haven't looked
at the PHP code to check.

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to