ID:               24904
 Updated by:       [EMAIL PROTECTED]
 Reported By:      antony at tekdiver dot co dot uk
-Status:           Open
+Status:           Bogus
-Bug Type:         *Compile Issues
+Bug Type:         Compile Failure
 Operating System: Solaris 9
 PHP Version:      5.0.0b1 (beta1)
 New Comment:

You failed to comply with the 1st rule of submitting new bug reports:
SEARCH THE FUCKING BUG DATABASE FIRST!
This has been reported AND fixed long long time ago.





Previous Comments:
------------------------------------------------------------------------

[2003-08-01 10:33:23] antony at tekdiver dot co dot uk

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 this bug report at http://bugs.php.net/?id=24904&edit=1

Reply via email to