Masahiro,
I thought the same thing. However, usually in /usr/local/php there is a binary interpretter for php. Therefore:
If beana will add this line to his/her top of the script
#!/path/to/php
EXAMPLE: #!/usr/local/bin/php
Then leave the crontab alone, you will get the results you are looking for. If you want to suppress html output then use this:
#!/path/to/php -q
Remember, in yourscript.php place the above line at the very very top with no whitespace anywhere before it. Chmod 755 it (777 is dangerous). Let us know what happens.