From: [EMAIL PROTECTED] Operating system: Linux 2.4 PHP version: 4.2.1 PHP Bug Type: Compile Failure Bug description: iconv fails to build on non-32-bit architectures
The complete build logs for 4.2.1 can be seen here (scroll to the bottom to get at recent versions): http://buildd.debian.org/build.php?&pkg=php4 Click through on 4.2.1 s390, alpha, or ia64. You'll notice the build failures on the first attempt. This is due to an assumption that "unsigned int" == size_t, which isn't true on all architectures, only some. ... Adam -- Edit bug report at http://bugs.php.net/?id=17440&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17440&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17440&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17440&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17440&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17440&r=support Expected behavior: http://bugs.php.net/fix.php?id=17440&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17440&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17440&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17440&r=globals