ID: 23832
Updated by: [EMAIL PROTECTED]
Reported By: 666 at sicap dot ch
-Status: Closed
+Status: Bogus
Bug Type: *Compile Issues
Operating System: Sun Solaris 8
PHP Version: 4.3.1
New Comment:
It only ignores unknown --with-*, --without-*, --enable-* and
--disable-* options, the rest is does throw out.
Derick
Previous Comments:
------------------------------------------------------------------------
[2003-05-28 01:34:17] 666 at sicap dot ch
It does not just ignore all unknown options.
When I type e. g.
./configure --foo
then it returns
configure: error: unrecognized option: --foo
I guess, that when the name of the option is a long name, and when it
is written wrong near the end, then configure just ignoes it.
------------------------------------------------------------------------
[2003-05-27 18:25:47] michael-phpbugs at emdee dot net
Same everything, except I was entering --with-axps=<path>
------------------------------------------------------------------------
[2003-05-27 17:47:29] [EMAIL PROTECTED]
This is how autoconf works, it just ignores all non-existing options
instead of complaining about them. Not PHP issue.
------------------------------------------------------------------------
[2003-05-27 09:49:41] 666 at sicap dot ch
Using ./configure .... --with-apx2=<path> instead of
./configure .... --with-apxs2=<path>
will not return the error: invalid option.
Instead the configure process is running without errors
and finally there is no libphp4.so file created.
Regards
Marcel
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=23832&edit=1