Skip to content

Commit 2f67f32

Browse files
committed
Remove bogus vcwd_open
This is a left-over from the Linux version...
1 parent 27da21d commit 2f67f32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/proc_open.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,6 @@ PHP_FUNCTION(proc_open)
828828
descriptors[ndesc].childend = CreateFileA(
829829
"nul", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
830830
NULL, OPEN_EXISTING, 0, NULL);
831-
descriptors[ndesc].childend = VCWD_OPEN("nul", O_RDWR);
832831
if (descriptors[ndesc].childend == NULL) {
833832
php_error_docref(NULL, E_WARNING, "Failed to open nul");
834833
goto exit_fail;

0 commit comments

Comments
 (0)