on 7/5/01 5:15 AM, Marc van Duivenvoorde at [EMAIL PROTECTED] wrote:
>
> I've got a small question, can I make php system scripts just like perl
> when I have compiled php as a dso module for apache or do I have to
> compile it to an binary executable ??
you must have a separate executable
>
> something like #! /usr/bin/perl -w with a script except then for php.
preface your script with
#!/your/path/to/php -q
>
> Marc van Duivenvoorde
-- mike cullerton
--
PHP General 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]