Home
last modified time | relevance | path

Searched refs:proc_open (Results 1 – 25 of 25) sorted by relevance

/PHP-5.4/ext/standard/tests/general_functions/
H A Dproc_open.phpt2 proc_open
6 if (!function_exists("proc_open")) echo "skip proc_open() is not available";
16 $cat = proc_open(
H A Dbug44667.phpt2 Bug #44667 (proc_open() does not handle pipes with the mode 'wb' correctly)
15 $proc = proc_open('cat', $descriptor_spec, $pipes);
H A Dbug34794.phpt10 $process1 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes1);
13 $process2 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes2);
H A Dproc_open02.phpt2 proc_open
12 $cat = proc_open(
H A Dbug39322.phpt17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
/PHP-5.4/ext/standard/
H A Dexec.h30 PHP_FUNCTION(proc_open);
35 PHP_MINIT_FUNCTION(proc_open);
H A Dconfig.w3222 user_filters.c uuencode.c filters.c proc_open.c \
H A Dproc_open.c274 PHP_MINIT_FUNCTION(proc_open) in PHP_MINIT_FUNCTION() argument
439 PHP_FUNCTION(proc_open) in PHP_FUNCTION() argument
H A Dconfig.m4605 filters.c proc_open.c streamsfuncs.c http.c)
H A Dbasic_functions.c2836 PHP_FE(proc_open, arginfo_proc_open)
3618 PHP_MINIT(proc_open)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
/PHP-5.4/ext/standard/tests/file/
H A Dproc_open01.phpt2 proc_open() regression test 1 (proc_open() leak)
11 $proc = proc_open(
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-5.4/ext/standard/tests/streams/
H A Dbug64770.phpt2 Bug #64770 stream_select() fails with pipes from proc_open()
15 $p = proc_open($cmd, $descs, $pipes, '.', NULL, $other_opts);
H A Dbug60602.phpt2 Bug #60602 proc_open() modifies environment if it contains arrays
15 $p = proc_open($cmd, $descs, $pipes, '.', $environment);
H A Dbug46024.phpt9 $proc = proc_open(
H A Dbug61019.phpt14 $process=proc_open("echo testtext",$descriptorspec,$pipes);
/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server.inc27 …$handle = proc_open(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shel…
35 $handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root);
H A D022.phpt27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
/PHP-5.4/win32/build/
H A Dconfig.w32.h.in157 /* Win32 support proc_open */
H A Dmkdist.php76 $proc = proc_open($cmd,
/PHP-5.4/
H A Dserver-tests.php68 | The test-suite requires that proc_open() is available. |
176 $proc = proc_open($commandline, array(
H A Drun-tests.php1078 $proc = proc_open($commandline, array(
H A DNEWS589 . Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
1077 . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
1107 . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
2599 . Fixed bug #60120 (proc_open's streams may hang with stdin/out/err when
3450 . Fixed bug #50524 (proc_open on Windows does not respect cwd as it does on
4372 - Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
5972 - Fixed bug #39651 (proc_open() append mode doesn't work on windows). (Nuno)
6125 - Fixed bug #41904 (proc_open(): empty env array should cause empty environment
6589 - Improved proc_open(). Now on Windows it can run external commands not
6882 - Fixed bug #37619 (proc_open() closes stdin on fork() failure).
[all …]
/PHP-5.4/win32/
H A Dphp5dll.dsp183 SOURCE=..\ext\standard\proc_open.c
H A Dphp5dllts.dsp228 SOURCE=..\ext\standard\proc_open.c

Completed in 99 milliseconds