You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dave Wintrip <da...@icezip.com> on 2001/05/22 06:12:00 UTC

general/7762: Compile reports a missing closure of an IF statment when including php 4.0.5

>Number:         7762
>Category:       general
>Synopsis:       Compile reports a missing closure of an IF statment when including php 4.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon May 21 21:20:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     dave@icezip.com
>Release:        1.3.20
>Organization:
apache
>Environment:
uname-a:
Linux atlas.izolnetworks.com 2.2.17-21mdk #1 Thu Oct 5 13:16:08 CEST 2000 i586 unknown

Standard Mandrake 7.2 release
>Description:
make[1]: Entering directory `/root/httpd/php-4.0.5/sapi'
Making install in apache
make[2]: Entering directory `/root/httpd/php-4.0.5/sapi/apache'
make[3]: Entering directory `/root/httpd/php-4.0.5/sapi/apache'
gcc  -I. -I/root/httpd/php-4.0.5/sapi/apache -I/root/httpd/php-4.0.5/main -I/root/httpd/php-4.0.5 -I/root/httpd/apache_1.3.20/src/include -I/root/httpd/apache_1.3.20/src/os/unix -I/root/httpd/php-4.0.5/Zend -I/root/httpd/php-4.0.5/ext/mysql/libmysql -I/root/httpd/php-4.0.5/ext/xml/expat/xmltok -I/root/httpd/php-4.0.5/ext/xml/expat/xmlparse -I/root/httpd/php-4.0.5/TSRM -I/root/httpd/apache_1.3.20/src/include -I/root/httpd/apache_1.3.20/src/os/unix -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c sapi_apache.c && touch sapi_apache.lo
In file included from /root/httpd/apache_1.3.20/src/include/ap_config.h:77,
                 from /root/httpd/apache_1.3.20/src/include/httpd.h:72,
                 from sapi_apache.c:32:
/root/httpd/apache_1.3.20/src/include/ap_config_auto.h:6: unterminated `#if' conditional
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/root/httpd/php-4.0.5/sapi/apache'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/httpd/php-4.0.5/sapi/apache'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/httpd/php-4.0.5/sapi'
make: *** [install-recursive] Error 1
[root@atlas php-4.0.5]# 
>How-To-Repeat:
compile apache 1.3.20 with mod_ssl 2.8.4-1 and php 4.0.5
>Fix:
Locate the unclosed IF statment.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]