From: php at xaje dot com Operating system: Solaris 8 PHP version: 5.0.0b1 (beta1) PHP Bug Type: *Configuration Issues Bug description: /bin/sh is not ksh on Solaris
Description: ------------ /bin/sh on Solaris is the Borne Shell, but configure.sh needs the Korn shell for it's 'test' operator to recognise '=='. This will result in configure.sh failing. The solution is to set and export CONFIG_SHELL=/bin/ksh for the Korn shell before running configure.sh. This may be a documentation bug. Reproduce code: --------------- ./configure.sh Expected result: ---------------- Thank you for using PHP. Actual result: -------------- test: unknown operator == -- Edit bug report at http://bugs.php.net/?id=24459&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24459&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24459&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24459&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24459&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24459&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24459&r=support Expected behavior: http://bugs.php.net/fix.php?id=24459&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24459&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24459&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24459&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24459&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24459&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24459&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24459&r=gnused