Ubuntu 13.10 マシンで PHP スクリプトを実行しようとしましたが、通常は PHP ファイルの内容が返されます。
php -q discover/server.php
<?
// configuration settings
require "config.php";
function pollCallback()
{
$poller = new Poller_Discover ();
$poller->check ();
}
$daemon = new Core_Daemon ( 'pollCallback', true );
私はすでに PHP のenable_short_tag
設定をオンにしているので、これは非常に珍しいことです。