php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23417 apache2filter is broken: r is undefined.
Submitted: 2003-04-29 14:38 UTC Modified: 2003-04-29 19:47 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: philip at cornado dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.3.2RC2 OS: mandrake
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip at cornado dot com
New email:
PHP Version: OS:

 

 [2003-04-29 14:38 UTC] philip at cornado dot com
Hello!  Here's the configure line:

--with-apxs2filter=/usr/sbin/apxs2 --enable-sockets --enable-ftp --disable-cgi --enable-debug

And here's what ends up happening during make:

e2 -I/src/php-4.3.2RC2/Zend -I/src/php-4.3.2RC2/ext/xml/expat -I/src/php-4.3.2RC2/TSRM -g -Wall -c /src/php-4.3.2RC2/sapi/apache2filter/sapi_apache2.c  -fPIC -DPIC -o sapi/apache2filter/sapi_apache2.lo
/src/php-4.3.2RC2/sapi/apache2filter/sapi_apache2.c: In function `php_apache_request_ctor':
/src/php-4.3.2RC2/sapi/apache2filter/sapi_apache2.c:391: `r' undeclared (first use in this function)
/src/php-4.3.2RC2/sapi/apache2filter/sapi_apache2.c:391: (Each undeclared identifier is reported only once
/src/php-4.3.2RC2/sapi/apache2filter/sapi_apache2.c:391: for each function it appears in.)
make: *** [sapi/apache2filter/sapi_apache2.lo] Error 1

This bug was introduced on April 19, 2003:
http://cvs.php.net/cvs.php/php4/sapi/apache2filter/sapi_apache2.c

I use apache2handler instead but wanted to give this a try :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-29 19:47 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 11:01:34 2024 UTC