Home
last modified time | relevance | path

Searched refs:proc_open (Results 51 – 62 of 62) sorted by relevance

123

/PHP-5.6/ext/openssl/tests/
H A DServerClientTestCase.inc53 $this->workerHandle = proc_open($cmd, [['pipe', 'r'], ['pipe', 'w'], STDERR], $pipes);
/PHP-5.6/sapi/fpm/tests/
H A Dinclude.inc35 …$fpm = proc_open('killit () { kill $child; }; trap killit TERM; '.get_fpm_path().' -F -O -y '.$cfg…
/PHP-5.6/win32/build/
H A Dconfig.w32.h.in157 /* Win32 support proc_open */
H A Dmkdist.php76 $proc = proc_open($cmd,
/PHP-5.6/ext/standard/
H A Dproc_open.c285 PHP_MINIT_FUNCTION(proc_open) in PHP_MINIT_FUNCTION() argument
452 PHP_FUNCTION(proc_open) in PHP_FUNCTION() argument
H A Dconfig.m4615 filters.c proc_open.c streamsfuncs.c http.c password.c)
H A Dbasic_functions.c2823 PHP_FE(proc_open, arginfo_proc_open)
3649 BASIC_MINIT_SUBMODULE(proc_open) in PHP_MINIT_FUNCTION()
/PHP-5.6/
H A Dserver-tests.php68 | The test-suite requires that proc_open() is available. |
176 $proc = proc_open($commandline, array(
H A Drun-tests.php1081 $proc = proc_open($commandline, array(
H A DNEWS1824 . Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol)
2054 . Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
2819 . Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
3786 . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
5366 . Fixed bug #60120 (proc_open's streams may hang with stdin/out/err when
6217 . Fixed bug #50524 (proc_open on Windows does not respect cwd as it does on
7139 - Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
8739 - Fixed bug #39651 (proc_open() append mode doesn't work on windows). (Nuno)
9356 - Improved proc_open(). Now on Windows it can run external commands not
9649 - Fixed bug #37619 (proc_open() closes stdin on fork() failure).
[all …]
/PHP-5.6/win32/
H A Dphp5dll.dsp179 SOURCE=..\ext\standard\proc_open.c
H A Dphp5dllts.dsp224 SOURCE=..\ext\standard\proc_open.c

Completed in 68 milliseconds

123