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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jacobc at chiefarch dot com
New email:
PHP Version: OS:

 

 [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: Mon May 06 12:01:31 2024 UTC