donatj / mock-webserver

Simple mock web server in PHP for unit testing.
MIT License
131 stars 21 forks source link

Restore escaping for command #16

Closed dron2004 closed 2 years ago

dron2004 commented 5 years ago

As I promised, I restored escaped command line and its arguments. And I made it for the Windows platform also.

donatj commented 2 years ago

I'm pondering using symfony/process for handling the escaping of arguments. It's windows aware.

donatj commented 2 years ago

42 replaced this