Posted by comp.lang.php on 01/31/07 18:07
On Jan 30, 5:56 am, "Kimmo Laine" <s...@outolempi.net> wrote:
> "comp.lang.php" <phillip.s.pow...@gmail.com> wrote in message
>
> news:1170079350.729027.92780@j27g2000cwj.googlegroups.com...
>
> > php_flag short_open_tag on
>
> and
>
> > the business requirement of these scripts being fully
> > portable installer scripts
>
> ...is just something you can't have. A set of scripts relying on short open
> tags is not *fully portable*.
>
> Sorry if this doesn't help you, but I just wanted to point out the obvious
> flaw in this situation.
That can easily be overcome by this:
php -d short_open_tag=on -q /path/to/your/file.php
Kiitos!
>
> --
> "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpkhttp://outolempi.net/ahdistus/- Satunnaisesti päivittyvä nettisarjis
> s...@outolempi.net | rot13(x...@bhgbyrzcv.arg)
[Back to original message]
|