From: dexter at debian dot org
Operating system: Debian
PHP version: 5CVS-2005-04-11 (dev)
PHP Bug Type: Compile Failure
Bug description: Compile error for apache2filter
Description:
------------
There is critical bug after fixing #32587.
In file included
from
/home/dexter/src/alioth/pear-package/local/php5/debian/tmp/php-5.0.4/sapi/apache2filter/sapi_apache2.c:1:
/home/dexter/src/alioth/pear-package/local/php5/debian/tmp/php-5.0.4/sapi/apache2filter/mod_php5_filter.c:
In function `php_add_filter':
/home/dexter/src/alioth/pear-package/local/php5/debian/tmp/php-5.0.4/sapi/apache2filter/mod_php5_filter.c:632:
error: parse error before numeric constant
make: *** [sapi/apache2filter/sapi_apache2.lo] Błąd 1
The patch:
Index: sapi/apache2filter/sapi_apache2.c
===================================================================
RCS
file: /repository/php-src/sapi/apache2filter/sapi_apache2.c,v
retrieving revision 1.125.2.2
diff -u -r1.125.2.2 sapi_apache2.c
--- sapi/apache2filter/sapi_apache2.c 8 Apr 2005
20:34:03 -0000 1.125.2.2
+++ sapi/apache2filter/sapi_apache2.c 11 Apr 2005
14:49:10 -0000
@@ -628,7 +628,7 @@
/* for those who still have Set*Filter PHP
configured */
while (f) {
if (strcmp(f->frec->name, "PHP") == 0) {
- ap_log_error(APLOG_MARK,
APLOG_WARNING
+ ap_log_error(APLOG_MARK,
APLOG_WARNING,
0, r->server,
"\"Set%sFilter PHP\"
already configured for %s",
output ? "Output" :
"Input", r->uri);
--
Edit bug report at http://bugs.php.net/?id=32673&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32673&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=32673&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=32673&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=32673&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=32673&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=32673&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=32673&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=32673&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32673&r=support
Expected behavior: http://bugs.php.net/fix.php?id=32673&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=32673&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=32673&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=32673&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32673&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=32673&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=32673&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32673&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=32673&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=32673&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=32673&r=mysqlcfg