]> granicus.if.org Git - php/commit
Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modifie...
authorNuno Lopes <nlopess@php.net>
Sun, 19 Jul 2009 14:52:27 +0000 (14:52 +0000)
committerNuno Lopes <nlopess@php.net>
Sun, 19 Jul 2009 14:52:27 +0000 (14:52 +0000)
commit4526eee6dbf10c8f5e18c2913e278fbecad84bbb
tree12687a5b7eac355feee65461f1087a935ed5a94f
parentea2abdc3787264247c7ffd1297818d383ea76252
Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modified patch from Gwynne)
NEWS
ext/standard/proc_open.c
ext/standard/proc_open.h
ext/standard/tests/general_functions/proc_open03.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open04.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open05.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open06.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open07.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open08.phpt [new file with mode: 0644]