Date: 02/21/01
- Next message: Jeffrey Lin: "Re: [PHP-DEV] please patch for dbmaker"
- Previous message: Boian Bonev: "Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker"
- In reply to: Boian Bonev: "Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jeffrey Lin: "Re: [PHP-DEV] please patch for dbmaker"
- Previous message: Boian Bonev: "Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker"
- In reply to: Boian Bonev: "Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

