From: phresno at concept-factory dot com Operating system: Embedix 2.0 PHP version: 4.3.4 PHP Bug Type: Compile Failure Bug description: session compilation error
Description: ------------ Target: arm-linux OS: Linux (Embedix 2.0) Kernel: 2.4.18-rmk7-pxa3-embedix Host: i386-slackware-linux OS: Linux (Slackware 9.1) Kernel: 2.4.20 ./configure \ --host=i386-slackware-linux \ --target=arm-linux \ --prefix=../opt \ --disable-short-tags \ --without-mysql \ --without-pear make -k On session.c I get multiple errors like this: ./development/zaurus/php-4.3.4/ext/session/session.c:121: parse error before `php_ps_globals' ./development/zaurus/php-4.3.4/ext/session/session.c:121: initializer element is not constant ./development/zaurus/php-4.3.4/ext/session/session.c:121: (near initialization for `ini_entries[0].mh_arg1') If i include pear I get other similar errors in main.c and other locations. -- Edit bug report at http://bugs.php.net/?id=26361&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26361&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26361&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26361&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26361&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26361&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26361&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26361&r=support Expected behavior: http://bugs.php.net/fix.php?id=26361&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26361&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26361&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26361&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26361&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26361&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26361&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26361&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26361&r=float
