From: ncoesel at dealogic dot nl Operating system: Linux PHP version: 5.2.6 PHP Bug Type: *Compile Issues Bug description: Configure should stop when endian is unknown
Description: ------------ I had the error "Balloc() allocation exceeds list boundary" on a MIPS big endian platform. It turns out configure cannot test for endiannes and sets ac_cv_c_bigendian_php to "unknown" which presumably defaults to little endian. IMHO configure should stop and produce a clear error to enforce a proper build environment. Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- Php info output Actual result: -------------- "Balloc() allocation exceeds list boundary" when trying to print the date. -- Edit bug report at http://bugs.php.net/?id=45148&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45148&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45148&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45148&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45148&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45148&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45148&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45148&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45148&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45148&r=support Expected behavior: http://bugs.php.net/fix.php?id=45148&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45148&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45148&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45148&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45148&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45148&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45148&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45148&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45148&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45148&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45148&r=mysqlcfg
