dantleech / fink

PHP Link Checker
MIT License
204 stars 25 forks source link

proc_open error on windows #120

Open c33s opened 2 years ago

c33s commented 2 years ago

just gave fink a try again, sadly after the update to 0.10.3 it does not work on windows any more:

works fine on debian but doesn't work at all on windows (php 7.4)

fink https://debian.org --stdout --max-external-distance=1
{"distance":0,"exception":"Could not start process Errno: 2; proc_open(): CreateProcess failed, error code - 193","referrer":null,"referrer_title":"","referrer_xpath":"","request_time":0,"status":null,"http_version":null,"url":"https:\/\/debian.org\/","timestamp":"2021-10-11T00:53:09+02:00"}

quite related to the synchron usage request #57. on window all the asynchron stuff breaks quite easy.