php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24904 Configure Script Problme
Submitted: 2003-08-01 10:33 UTC Modified: 2003-08-01 20:38 UTC
From: antony at tekdiver dot co dot uk Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.0b1 (beta1) OS: Solaris 9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: antony at tekdiver dot co dot uk
New email:
PHP Version: OS:

 

 [2003-08-01 10:33 UTC] 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 ==


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-01 20:38 UTC] sniper@php.net
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.



 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Nov 30 22:00:01 2025 UTC