### Description The following code: ```php <?php proc_open(["test.bat", "\"¬epad.exe"], …); ``` passes `"test.bat" ^"\^"^¬epad.exe^"` to `CreateProcess()`. The backslash appears to be superfluous. ### PHP Version PHP 8.2 ### Operating System Windows
Activity
Jiaoma commentedon Jul 10, 2025
Is this bug fixed in version 8.4.10?
cmb69 commentedon Jul 10, 2025
I don't think this is fixed yet. Do you face any issues with the behavior?