From: [EMAIL PROTECTED] Operating system: red hat linux PHP version: 4.3.0 PHP Bug Type: Compile Failure Bug description: compile fails with frontbase support in 4.3.0
After successfully configuring with ./configure --with-apxs=/usr/local/apache/bin/apxs -with-config-file-path=/usr/local/apache --with-fbsql Compilation fails with following messages. Note that this only happens with 4.3.0; with 4.2.3 it works normally. /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c: In function `phpfbColumnAsString': /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2279: `FB_TinyInteger' undeclared (first use in this function) /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2279: (Each undeclared identifier is reported only once /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2279: for each function it appears in.) /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2288: `FB_LongInteger' undeclared (first use in this function) /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2290: `FBLongInteger' undeclared (first use in this function) /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2290: parse error before `v' /root/giov/php-4.3.0/ext/fbsql/php_fbsql.c:2295: `v' undeclared (first use in this function) make: *** [ext/fbsql/php_fbsql.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=22191&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22191&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22191&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22191&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22191&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22191&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22191&r=support Expected behavior: http://bugs.php.net/fix.php?id=22191&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22191&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22191&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22191&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22191&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22191&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22191&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22191&r=gnused
