Commit History

Author SHA1 Message Date
  Jordi Boggiano 7d92786475 [Process] Fix regression introduced in #6620 / 880da01c49a9255f5022ab7e18bca38c18f56370, fixes #7082 11 years ago
  Joseph Bielawski 0ed3a0be40 [Process] In edge cases `getcwd()` can return `false`, then `proc_open()` should get `null` to use default value (the working dir of the current PHP process) 12 years ago
  Christoph 534f839647 fixed CS 12 years ago
  Christoph b4065b2f5a added doc comments 12 years ago
  Fabien Potencier cfeeff8ab9 fixed CS 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
  Fabien Potencier 6f25f5b91e renamed Symfony\Components to Symfony\Component 14 years ago