php-cron-scheduler
php-cron-scheduler copied to clipboard
Fixing Scheduler on Windows w/ Spaces in PHP_BINARY Path
Adding some code to catch if running on Windows and the PHP_BINARY path includes spaces. Adds double quotes around the value of $bin
so it can run without issues.
Tested as working on Windows 10 with PHP 7.4 and 8.0.
I believe this should also address #129.