That's what caused compilation error.
Originally in ext/odbc/config.m4, the line is
if [[ test -x somefile ]];
"Boian Bonev" ¼¶¼g©ó¤å³¹ <033801c09c81$afbe9170$040a0a0a@blue>...
>forgot to say that in case of [[ the test word is not needed - [[ is a test
>itself:
>
>if [[ -x somefile ]]; .....
>
>if test -x somefile; ....
>
>b.
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]