Marc G. Fournier wrote:

> 
> Hi ...
> 
>     I've gone and performed a recompile, and find there are some 
> incompatible pointers in the apache2filter.c compile:
> 
> sapi_apache2.c: In function `php_input_filter':
> sapi_apache2.c:247: warning: passing arg 4 of `ap_get_brigade' from 
> incompatible pointer type
> sapi_apache2.c: In function `php_register_hook':
> sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter' 
> from incompatible pointer type
> 
>     Now, the first one is easy ... readbytes is defined as ap_size_t 
> instead of ap_off_t ...
> 
>     But, the second one I'm not 100% certain of ... arg two, according 
> to ap_register_input_filter, should be of type ap_in_filter_func, but is 
> defined as static int ...
> 
>     Anyone know anything about this?
> 
> Thanks ...
> 

Hi Marc,

I'm not using Apache2 yet, but I think you have better chance to build
PHP&Apache2 right with CVS version from http://snaps.php.net

-- 
Yasuo Ohgaki


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to