Fabien Potencier
|
2cd16e5708
fixed CS
|
12 years ago |
Jordi Boggiano
|
f4f101fc7c
[Process] Refactor the windows handling so it is always executed
|
12 years ago |
Fabien Potencier
|
2917ec05bb
fixed CS
|
12 years ago |
Fabien Potencier
|
cfeeff8ab9
fixed CS
|
12 years ago |
Tobias Schultze
|
3f95a01265
put parentheses back
|
12 years ago |
Tobias Schultze
|
45356d0c80
fix typo
|
12 years ago |
Andrej Hudec
|
bb80507945
fix php5.4 problem
|
12 years ago |
Andrej Hudec
|
108c0461af
fix hanging of unit tests on Windows
|
12 years ago |
Kim Hemsø Rasmussen
|
9b5cfa883c
[process] Added destructor to process to make sure handles are always closed in the right order.
|
12 years ago |
Jordi Boggiano
|
c95f8863e1
[Process] Close pipes before calling proc_close to avoid deadlocks as advised on the proc_close php.net documentation
|
12 years ago |
Jordi Boggiano
|
abece34dd8
[Process] Removing useless code (this is already done in updateStatus)
|
12 years ago |
Jordi Boggiano
|
b5b6fe6ed2
[Process] Fix a mistake triggering stream_select errors
|
12 years ago |
Fabien Potencier
|
6b79e8b8d3
[Process] added a note about user-defined error exist codes
|
12 years ago |
Fabien Potencier
|
e3fd2b9746
[Process] renamed waitForTermination() to wait()
|
12 years ago |
Fabien Potencier
|
191af4bc0c
[Process] fixed CS
|
12 years ago |
drak3
|
a112f8b27b
fixed cs
|
12 years ago |
drak3
|
3523cab07c
[Process] Added support for non-blocking process control Added methods to control long running processes to the Process class: - A non blocking start method to startup a process and return immediately - A blocking waitForTermination method to wait for the processes termination - A stop method to stop a process started with start All status-getters like getOutput were changed to return real-time data
|
12 years ago |
Fabien Potencier
|
d9db1dc7f1
[Process] fixed CS
|
12 years ago |
Jordi Boggiano
|
e94c649584
Feedback fixes
|
12 years ago |
Jordi Boggiano
|
1d110133b0
Restore bypass_shell by default with windows compat
|
12 years ago |
Jordi Boggiano
|
232fb3caba
Fix env inheritance and added tests
|
12 years ago |
Jordi Boggiano
|
b4bfbdc480
[Process] Add windows compatibility to Process component
|
12 years ago |
Fabien Potencier
|
f381eeee37
[Process] added Process::getExitCodeText() (closes #2818)
|
12 years ago |
Fabien Potencier
|
379b35a41a
[Process] fixed usage of constants in closure
|
12 years ago |
Fabien Potencier
|
1236c70c52
[Process] added some constant to avoid harcoded strings
|
12 years ago |
Fabien Potencier
|
83186a5f10
[Process] fixed CS
|
13 years ago |
Osman Üngür
|
a6e3796837
Fixed problems with running processes returns wrong exitcode (-1) on Linux.
|
13 years ago |
Fabien Potencier
|
2eff085123
[Process] removed workaround as it seems to not work anymore after the recent changes
|
13 years ago |
Fabien Potencier
|
9d379d2918
fixed CS
|
13 years ago |
Fabien Potencier
|
dfa11843cf
[Console] fixed Process exit code
|
13 years ago |
lenar
|
a6f47e2e47
Make run() fully non-blocking and fix potential other problems
|
13 years ago |
Costin Bereveanu
|
ec62915f98
Fix process creation under Win7 Ultimate (app/console assetic:dump ./web): - Set the default $env to NULL, thus inheriting the system's environment settings (array() is no good). - Set bypass_shell to false, otherwise process creation will fail (I don't know if this should happen only on Win7)
|
13 years ago |
Adrian Rudnik
|
b9049a3ce6
[Process] Workaround for windows based stderr bug
|
13 years ago |
Adrian Rudnik
|
d8fff79e66
[Process] Wrong descriptor mode for stderr
|
13 years ago |
Adrian Rudnik
|
d3a26fa9e8
Fixed wrong descriptor mode for stderr
|
13 years ago |
Fabien Potencier
|
9dce933d7b
[Process] made default options overridable
|
13 years ago |
Pascal Borreli
|
e1e3e5978a
[Process][Windows] Don't use cmd for launching process (fixing Sismo git.exe calling)
|
13 years ago |
Fabien Potencier
|
5d601731c6
[Process] added some missing accessors/mutators
|
13 years ago |
Fabien Potencier
|
17e43579b3
[Process] changed run() behavior to always populate getOutput() and getErrorOutput()
|
13 years ago |
Fabien Potencier
|
64a1663e60
[Process] fixed previous commit
|
13 years ago |
Fabien Potencier
|
393cc2a3a1
[Process] tagged the guaranteed BC API
|
13 years ago |
Fabien Potencier
|
4ad2d88eff
[Process] moved protected to private
|
13 years ago |
Fabien Potencier
|
02e9773650
replaced symfony-project.org by symfony.com
|
13 years ago |
Dominique Bongiraud
|
d1f5d99825
normalized license messages in PHP files
|
14 years ago |
Jordi Boggiano
|
66903a7305
CS: Unified strict equality comparisons, put var on the right side
|
14 years ago |
Fabien Potencier
|
64a393afd4
[Process] tweaked php doc and fixed PhpProcess::run() return value
|
14 years ago |
Kris Wallsmith
|
95be0da81b
Removed all those spaces after @author that were bothering me so…
|
14 years ago |
Thomas
|
b271113996
[Process] remove fork references as proc_* functions start a command from an independant process, does not copy the parent memory space like pcntl_* function
|
14 years ago |
Fabien Potencier
|
bcc019ca69
[Process] added a Process:isSucessful() method
|
14 years ago |
Kris Wallsmith
|
4bea43f62d
[Process] made cwd argument optional
|
14 years ago |