Commit History

Author SHA1 Message Date
  annesosensio 89aced1438 [Process] use __METHOD__ where applicable 8 years ago
  Fabien Potencier e38c659e57 bug #17423 [2.3][Process] Use stream based storage to avoid memory issues (romainneutron) 8 years ago
  Jakub Zalas afbb45091c [Process] Remove a misleading comment 8 years ago
  Romain Neutron 777f8204c1 [Process] Use stream based storage to avoid memory issues 8 years ago
  Nicolas Grekas db7fe6f50c [Process] Fix potential race condition 9 years ago
  Nicolas Grekas 03385f1399 [Process] Fix potential race condition leading to transient tests 9 years ago
  Nicolas Grekas f35ba672b4 [Process] Fix the fix for --enable-sigchild php 9 years ago
  Nicolas Grekas 84f0570d03 [Process] More robustness and deterministic tests 9 years ago
  Nicolas Grekas 03c103b452 [Process] Enhance compatiblity with --enable-sigchild 9 years ago
  Nicolas Grekas 1621c2e6a9 [Process] Always call proc_close 9 years ago
  Christophe Coevoet 0a0dbefc20 minor #16813 [Process] Fix stopping a process on Windows (nicolas-grekas) 9 years ago
  Nicolas Grekas 0b5a0fd59a [Process] Fix stopping a process on Windows 9 years ago
  Filippo Tessarotto 7bd4afcb46 [Process] Unset callback after stop to free memory 9 years ago
  Nicolas Grekas 1fb0dd1d21 [Process] Fix signaling/stopping logic on Windows 9 years ago
  Nicolas Grekas b268a43d99 [Process] Fix PhpProcess with phpdbg runtime 9 years ago
  Nicolas Grekas ad55cf3030 bug #16510 [2.3][Process] fix Proccess run with pts enabled (ewgRa) 9 years ago
  Evgeniy Sokolov fefffad35d [2.3][Process] fix Proccess run with pts enabled 9 years ago
  Nicolas Grekas 7512a901de [Process] Inherit env vars by default in PhpProcess 9 years ago
  Nicolas Grekas 9023a0b449 Fix docblocks about callables 9 years ago
  Tobias Schultze 35f30626a6 remove api tags from code 9 years ago
  Richard Quadling c0a76be58d Update Process.php 9 years ago
  Dariusz Ruminski 55d3cb3034 CS: Convert double quotes to single quotes 9 years ago
  Markus Staab 562f372e65 [PROCESS] make sure /dev/tty is readable 9 years ago
  sarah khalil d454aac00a Removed dead code and various cleaning 9 years ago
  Bailey Parker e59923651d Fixes Issue #13184 - incremental output getters now return empty strings 10 years ago
  Christian Flothmann b6180398b4 use value of DIRECTORY_SEPARATOR to detect Windows 10 years ago
  Fabien Potencier 825268ce1f minor #12529 [2.3] Remove possible call_user_func() (nicolas-grekas) 10 years ago
  Graham Campbell 5096b27e78 Docblock fixes 10 years ago
  Nicolas Grekas 2a512303e5 [2.3] Remove possible call_user_func() 10 years ago
  Fabien Potencier 445bbf4f34 fixed CS 10 years ago
  Christian Flothmann 7ef98948f3 [Process] fix signal handling in wait() 10 years ago
  Romain Neutron 2cd7d075df [Process] Add validation on Process input 10 years ago
  Fabien Potencier 8912ae3039 bug #10763 [Process] Disable TTY mode on Windows platform (romainneutron) 10 years ago
  Romain Neutron 76f0315926 [Process] Disable TTY mode on Windows platform 10 years ago
  Fabien Potencier 3977e1606b minor #10756 [2.3][Process] Add missing docblocks, remove variable declarations (romainneutron) 10 years ago
  Romain Neutron 81946bf9cc [Process] Add missing docblocks, remove variable declarations 10 years ago
  Romain Neutron eb80393fb1 [Process] Setting STDIN while running should not be possible 10 years ago
  Romain Neutron 07f63d54f9 [Process] Fix #10681, process are failing on Windows Server 2003 10 years ago
  Fabien Potencier 1d35eaaab6 fixed types in phpdocs 10 years ago
  Fabien Potencier 4bcbdbeef9 fixed types in phpdocs 10 years ago
  Fabien Potencier 26893524a0 made phpdoc types consistent with those defined in Hack 10 years ago
  Fabien Potencier f6e38897b8 made types consistent with those defined in Hack 10 years ago
  Fabien Potencier 029b757396 minor #10492 [2.3][Process] Remove unreachable code + avoid skipping tests in sigchild environment (romainneutron) 10 years ago
  Romain Neutron ab2c2dd599 [Process] Remove unreachable code + avoid skipping tests in sigchild environment 10 years ago
  Tobias Schultze f8c4aa37a7 [Process] fix some typos and refactor some code 10 years ago
  Fabien Potencier af0a98d869 bug #10480 [Process] Fixed fatal errors in getOutput and getErrorOutput when process was not started (romainneutron) 10 years ago
  Romain Neutron 02dacd6fe3 [Process] Trow exceptions in case a Process method is supposed to be called after termination 10 years ago
  Max Voloshin 4555201e91 [Process] fixed fatal errors in getOutput and getErrorOutput when process was not started 11 years ago
  Romain Neutron 1eb5593edd [Process] Make Process::start non-blocking on Windows platform 10 years ago
  Romain Neutron d64f92732e [Process] Avoid failure when calling Process::stop in edge cases 10 years ago