Fabien Potencier
|
cb63d9e383
Merge branch '3.1' into 3.2
|
8 years ago |
Fabien Potencier
|
1b4bcf879d
Merge branch '2.8' into 3.1
|
8 years ago |
Fabien Potencier
|
8e3ead97fc
fixed @return when returning this or static
|
8 years ago |
Nicolas Grekas
|
6be2b290df
[Process] Allow merging env vars instead of replacing them
|
8 years ago |
Fabien Potencier
|
1852e31385
feature #18386 [Process] Add InputStream to seamlessly feed running processes (nicolas-grekas)
|
8 years ago |
Nicolas Grekas
|
58c8a0217d
Merge branch '2.8' into 3.0
|
8 years ago |
Nicolas Grekas
|
75efabe1c7
Merge branch '2.3' into 2.7
|
8 years ago |
Nicolas Grekas
|
3237dce60a
[Process] Add InputStream to seamlessly feed running processes
|
8 years ago |
annesosensio
|
89aced1438
[Process] use __METHOD__ where applicable
|
8 years ago |
Nicolas Grekas
|
fb9e2fd21a
[3.0] Various deprecations cleanups
|
9 years ago |
Diego Saint Esteben
|
5ce4fe0ade
Removed deprecations in Process component
|
9 years ago |
Fabien Potencier
|
6028c8268f
Merge branch '2.6' into 2.7
|
9 years ago |
Fabien Potencier
|
a8bebaec1a
Merge branch '2.3' into 2.6
|
9 years ago |
Loïck Piera
|
e2b677dd2c
Update phpdoc of ProcessBuilder#setPrefix()
|
9 years ago |
Fabien Potencier
|
c41159d5f7
[Process] added a deprecation notice
|
9 years ago |
Fabien Potencier
|
daaa39a0d7
[FrameworkBundle] fixed tests
|
9 years ago |
Fabien Potencier
|
3309098ce4
Merge branch '2.3' into 2.5
|
10 years ago |
Christian Flothmann
|
6929d8de5f
add missing param names to @param annotation
|
10 years ago |
Fabien Potencier
|
20c81bd408
Merge branch '2.3' into 2.5
|
10 years ago |
Graham Campbell
|
b5fc125ef7
[2.3] CS And DocBlock Fixes
|
10 years ago |
Fabien Potencier
|
d923d86617
Merge branch '2.4' into 2.5
|
10 years ago |
Christian Flothmann
|
9fce32ea9a
fix the return types
|
10 years ago |
Christian Flothmann
|
78f1e56bb1
add missing docblock for ProcessBuilder::addEnvironmentVariables()
|
10 years ago |
Romain Neutron
|
5d7d78e238
[Process] Deprecate using values that are not string for Process::setStdin and ProcessBuilder::setInput
|
10 years ago |
Fabien Potencier
|
2ecda6d343
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
a7118cb290
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
ad66ae28b3
[Process] Deprecate Process::setStdin in favor of Process::setInput
|
10 years ago |
Romain Neutron
|
2cd7d075df
[Process] Add validation on Process input
|
10 years ago |
Fabien Potencier
|
bb25c2766e
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
4242306695
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
81946bf9cc
[Process] Add missing docblocks, remove variable declarations
|
10 years ago |
Romain Neutron
|
be017d5dc6
[Process] Add Process::disableOutput and Process::enableOutput methods
|
11 years ago |
Tobias Schultze
|
b0588743d7
unify constructor initialization style throughout symfony
|
11 years ago |
Fabien Potencier
|
225f6e85fb
fixed CS
|
11 years ago |
Fabien Potencier
|
4843b490de
feature#8191 [Process] Added ProcessBuilder::setEnvironmentVariables (lyrixx)
|
11 years ago |
Pascal Borreli
|
749fe18eae
Fixed typos
|
11 years ago |
Christian
|
d2c1273c42
always manually inherit $_SERVER
|
11 years ago |
Romain Neutron
|
723fe405fc
Add possibility to use array prefixes
|
11 years ago |
Grégoire Pineau
|
b5bc84ce4f
[Process] Added ProcessBuilder::addEnvironmentVariables
|
11 years ago |
Romain Neutron
|
a2a22e359c
[Process] Do not throw LogicException in ProcessBuilder::getProcess if no arguments are set but a prefix is
|
11 years ago |
Romain Neutron
|
6e1fe7894d
[Process] Use new ProcessUtils::escapeArgument to escape ProcessBuilder prefix
|
11 years ago |
Fabien Potencier
|
a7177e400f
merged branch hason/process (PR #6796)
|
11 years ago |
Fabien Potencier
|
a30f66ea5a
merged branch romainneutron/process-builder-prefix (PR #7584)
|
11 years ago |
Fabien Potencier
|
ea29a7ff4f
Merge branch '2.1' into 2.2
|
11 years ago |
Romain Neutron
|
f54332e630
Fix Process timeout
|
11 years ago |
Romain Neutron
|
2122c92f1b
Add ProcessBuilder::setPrefix method
|
11 years ago |
Martin Hasoň
|
28cdd4b7c0
[Process] Added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
|
12 years ago |
Florin Patan
|
284d8cd8f8
Fixed most of the docblocks/unused namespaces
|
12 years ago |
Alexander
|
e0dc473186
[Process] Add ability to reset arguments on ProcessBuilder
|
12 years ago |
Romain Neutron
|
4942bf3a90
[Process] Normalize exceptions
|
12 years ago |