Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker From: Jeffrey Lin (clin <email protected>)
Date: 02/21/01

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 <email protected>>...
>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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>