From: jbparsons at ucdavis dot edu Operating system: linux PHP version: 5.0.4 PHP Bug Type: *Compile Issues Bug description: php 5.0.4 no longer detects endianness when cross-compiling
Description: ------------ php 5.0.3 and earlier used AC_C_BIGENDIAN during configuration to detect the endianness of the target system. This autoconf macro is capable of detecting the endianness of many systems even when cross-compiling. php 5.0.4 now uses AC_TRY_RUN instead, which means that it is no longer able to detect the endianness of a target, and it must instead be configured manually. This makes it harder to configure php correctly when building for embedded systems, such as the Linksys nslu2, where this problem was noticed. -- Edit bug report at http://bugs.php.net/?id=33226&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33226&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33226&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33226&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33226&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33226&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33226&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33226&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33226&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33226&r=support Expected behavior: http://bugs.php.net/fix.php?id=33226&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33226&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33226&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33226&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33226&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33226&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33226&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33226&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33226&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33226&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33226&r=mysqlcfg