From:             antony at tekdiver dot co dot uk
Operating system: Solaris 9
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     *Compile Issues
Bug description:  Configure Script Problme

Description:
------------
The line 
if test "$PHP_XSL" != "no" -a "$PHP_DOM" == "no"; then

has a typo - it should be( not the == becomes = )

if test "$PHP_XSL" != "no" -a "$PHP_DOM" = "no"; then

Reproduce code:
---------------
run a ./configure on solaris9 (prob others too)

Expected result:
----------------
configure will fail with an error about unrecognised something ==


-- 
Edit bug report at http://bugs.php.net/?id=24904&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24904&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24904&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24904&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24904&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24904&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24904&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24904&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24904&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24904&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24904&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24904&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24904&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24904&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24904&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24904&r=gnused

Reply via email to