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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Sep 23 08:01:28 2024 UTC