From: [EMAIL PROTECTED] Operating system: IRIX64 6.5.23m PHP version: 4.3.5 PHP Bug Type: Compile Failure Bug description: Newlines in include/php_sab_info.h confuses mips CC compiler
Description: ------------ The file php-4.3.5/include/php_sab_info.h contains information about the using CLAGS from the sablot compilation. For unkown reasons the linkline contains newlines and the code looks like Example: cat /mnt/MIPS/php-4.3.5/include/php_sab_info.h #define SAB_INFO "Cflags: -O3 -mips4 -LANG:libc_in_namespace_std=OFF -LANG:exceptions=OFF -LANG:std=OFF -I/usr/local/include Libs: -L/usr/local/lib -lexpat -lm Prefix: /usr/local" Removing the newlines solves the problem and the mips compiler accept the #define. -- Edit bug report at http://bugs.php.net/?id=27732&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27732&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27732&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27732&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27732&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27732&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27732&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27732&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27732&r=support Expected behavior: http://bugs.php.net/fix.php?id=27732&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27732&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27732&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27732&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27732&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27732&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27732&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27732&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27732&r=float
