Date: 01/21/02
- Next message: Jirka Kosek: "[PHP-DOC] Re: DocBook 4 upgrade"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / TODO /en/functions mssql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: peter.prohaska <email protected>
Operating system: any
PHP version: 4.1.1
PHP Bug Type: Documentation problem
Bug description: configure --help for --with-xslt-sablot lacks "[=DIR]"
$ ./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.
-- Edit bug report at: http://bugs.php.net/?id=15142&edit=1
- Next message: Jirka Kosek: "[PHP-DOC] Re: DocBook 4 upgrade"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / TODO /en/functions mssql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

