php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15142 configure --help for --with-xslt-sablot lacks "[=DIR]"
Submitted: 2002-01-21 08:13 UTC Modified: 2002-02-14 22:08 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: peter dot prohaska at siteos dot de Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 4.1.1 OS: any
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: peter dot prohaska at siteos dot de
New email:
PHP Version: OS:

 

 [2002-01-21 08:13 UTC] peter dot prohaska at siteos dot de
$ ./configure --help
...
 --with-xslt-sablot      XSLT: Enable the sablotron backend 
...

after a quick look at configure, i noticed that it actually supports something like --with-xslt-sablot[=DIR]

should probably be fixed in ext/xslt/config.m4:
11 PHP_ARG_WITH(xslt-sablot, whether to enable the XSLT Sablotron backend,
12 [  --with-xslt-sablot      XSLT: Enable the sablotron backend])

pete.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-21 09:52 UTC] sander@php.net
Reclassified.
 [2002-02-14 22:08 UTC] elixer@php.net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC