We recently upgraded php from 4.3.9 to 4.4.7. Everything is working
well, except the php scripts running as cronjobs. It appears the
problem is that these scripts utilize the include() function and these
functions are utilizing relative paths. They worked just fine with
the old version of php, but not with the new version.