To get it to compile I had to do:

--- sapi_apache2.c.orig Sun Jan 20 20:50:40 2002
+++ sapi_apache2.c      Mon Jan 21 12:39:48 2002
@@ -249,14 +249,14 @@
        TSRMLS_FETCH();
 
        if (f->r->proxyreq) {
-               return ap_get_brigade(f->next, bb, mode, block, readbytes);
+               return ap_get_brigade(f->next, bb, mode, readbytes);
        }
 
        ctx = SG(server_context);
 
        INIT_CTX;
 
-       if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) 
{
+       if ((rv = ap_get_brigade(f->next, bb, mode, readbytes)) != APR_SUCCESS) {
                return rv;
        }
 
-- teodor

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