php-cron-scheduler icon indicating copy to clipboard operation
php-cron-scheduler copied to clipboard

Fixing Scheduler on Windows w/ Spaces in PHP_BINARY Path

Open AndyM84 opened this issue 3 years ago • 0 comments

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.

AndyM84 avatar Jan 06 '22 04:01 AndyM84