Commit History

Author SHA1 Message Date
  Fabien Potencier 132422ceb9 Revert "[FrameworkBundle] fixed tests" 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
  Fabien Potencier f78e5d1e0f [Process] remade ProcessBuilder::setTimeout fluent 12 years ago
  Fabien Potencier b492b310cc [Process] fixed setting the timeout to null 12 years ago
  Fabien Potencier 87965e1066 [Process] re-added the possibility to set the Process timeout to null (to disable it) (closes #4843) 12 years ago
  Fabien Potencier acfc0c7414 [Process] fixed setTimeout() to not allow negative timeout values (closes #4647) 12 years ago
  Jordi Boggiano d08c4ea153 [Process] Fix command escaping 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 3d91a722c7 [Process] Always escape commands properly and remove windows-specific handling 12 years ago
  Jordi Boggiano b9646ba3ec [Process] Add ProcessBuilder::create() for more fluidity in the interface until 5.4 12 years ago
  Jordi Boggiano 97cd9969c8 [Process] Code clean up 12 years ago
  Kris Wallsmith eb0f176a0b [Process] added ProcessBuilder 13 years ago