amphp / process

An async process dispatcher for Amp.
MIT License
229 stars 32 forks source link

Update Windows binaries to v1.2.0 #34

Closed DaveRandom closed 5 years ago

DaveRandom commented 5 years ago

Correct handling of unicode paths. All data passed via command line arguments and stdio is now correctly handled as UTF-8, and unicode win32 APIs are explicitly used everywhere.

https://github.com/amphp/windows-process-wrapper/pull/4

ostrolucky commented 5 years ago

solves https://github.com/amphp/parallel/issues/40