Reported by many users eg. [in the forums](http://forum.piwik.org/read.php?3,112244) The problem is that executing` php` on windows does not work. - A solution may be to detect php.exe using where: http://stackoverflow.com/questions/9645545/how-to-determine-path-to-php-exe-on-windows-search-default-paths - Or we could let users specify the php binary path in the config file (not defined by default).
Reported by many users eg. in the forums
The problem is that executing
phpon windows does not work.