thanks.  this one gets rid of a warning...

Index: sapi_apache2.c
===================================================================
RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v
retrieving revision 1.45
diff -u -r1.45 sapi_apache2.c
--- sapi_apache2.c      18 Aug 2001 01:36:29 -0000      1.45
+++ sapi_apache2.c      18 Aug 2001 01:55:32 -0000
@@ -238,7 +238,7 @@
        }
 
 static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, 
-               ap_input_mode_t mode, apr_size_t *readbytes)
+               ap_input_mode_t mode, apr_off_t *readbytes)
 {
        php_struct *ctx;
        long old_index;




-- 
PHP Development 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