Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 2000051

Re: [PHP3] Compiling with a misspelled option / sessions no longer working? From: Richard Lynch (richard <email protected>)
Date: 05/04/00

In article <00d301bfb5d0$85613ab0$7a5ca8c0 <email protected>>,
martin.edelius <email protected> ("Martin Edelius") wrote:

> I'm not very good at compiling / building PHP from source so I might be
> asking a stupid question (and I haven't found any info on this in the manual
> / FAQ / README's). I'm wondering what happens if you supply an option to the
> configure / make / build script that's not valid? In my case when I run
> php_info() the report says that PHP is compiled with '--with-trans-id' and
> not with '--with-trans-sid' wich as far as I can understand is the correct
> option. Is the incorrect option just ignored or...?

"Incorrect" options are ignore, I think, because, I belive, they are
passed on to GCC, bison, flex, whatever, which may or may not be using
them...

At least, that's my current understanding (probably wrong) of what's going
on when you make a typo in compiling (which I often do).

Recompile --with-trans-sid and your world will probably be much prettier.

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>