ID: 24459 Updated by: [EMAIL PROTECTED] Reported By: php at xaje dot com -Status: Open +Status: Closed Bug Type: *Configuration Issues Operating System: Solaris 8 PHP Version: 5.0.0b1 (beta1) New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Already fixed in CVS. Previous Comments: ------------------------------------------------------------------------ [2003-07-02 07:43:49] php at xaje dot com 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 this bug report at http://bugs.php.net/?id=24459&edit=1