Using UniServer Zero XI 11.3.1 I am trying to get a php script running using the cron functionality. I can access my script using my browser and it runs successfully, but when it runs on the cron schedule it fails because it finds the mysqli extension is not loaded. I also notice that it does not pick up the date.timezone setting from my php.ini. What's going on? Any ideas greatly appreciated.