php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10736 sapi_apache2.c line 248
Submitted: 2001-05-08 15:51 UTC Modified: 2001-05-08 15:53 UTC
From: jacobc at chiefarch dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Debian GNU/Linux 2.2rev2 on Alph
Private report: No CVE-ID: None
 [2001-05-08 15:51 UTC] jacobc at chiefarch dot com
When compiling for the Apache2 (beta) server v.2.0.16, got error in php-4.0.5/sapi/apache2filter/sapi_apache2.c line 248, too many arguments to ap_get_brigade().  The line originally read:
if ((rv = ap_get_brigade(f->next, bb, mode, readbytes))  != APR_SUCCESS) {

I commented out the ", readbytes" and recompiled fine.

Jacob "Homechicken" Cord

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 15:53 UTC] sniper@php.net
Apache 2.0.16 is too old, get a newer beta
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC