php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10037 In file included from sapi_apache2.c:44:
Submitted: 2001-03-28 11:50 UTC Modified: 2001-04-29 11:50 UTC
From: vincent dot katz at laposte dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: linux-2.14
Private report: No CVE-ID: None
 [2001-03-28 11:50 UTC] vincent dot katz at laposte dot net
./configure --with-apxs2 ; make

In file included from sapi_apache2.c:44:
php_apache.h:24: parse error before `ap_bucket_brigade'
php_apache.h:24: warning: no semicolon at end of struct or union
php_apache.h:32: parse error before `}'
php_apache.h:32: warning: data definition has no type or storage class
sapi_apache2.c: In function `php_apache_sapi_ub_write':
sapi_apache2.c:49: `ap_bucket' undeclared (first use in this function)
sapi_apache2.c:49: (Each undeclared identifier is reported only once
sapi_apache2.c:49: for each function it appears in.)
sapi_apache2.c:49: `b' undeclared (first use in this function)
sapi_apache2.c:50: `ap_bucket_brigade' undeclared (first use in this function)
sapi_apache2.c:50: `bb' undeclared (first use in this function)
sapi_apache2.c:51: `ctx' undeclared (first use in this function)
sapi_apache2.c:52: parse error before `now'
sapi_apache2.c:55: `sapi_globals' undeclared (first use in this function)
sapi_apache2.c:61: `now' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_header_handler':
sapi_apache2.c:77: `ctx' undeclared (first use in this function)
sapi_apache2.c:78: parse error before `char'
sapi_apache2.c:80: `val' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_send_headers':
.......

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-28 12:09 UTC] sniper@php.net
1. Do NOT open any new bug reports for same problem!
From now on, UPDATE this one.

2. Try the latest CVS snapshot from http://snaps.php.net/
as there have been some fixes on the Apache2 support

--Jani

 [2001-04-29 11:50 UTC] jmoore@php.net
No feedback.

closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC