Commit History

Author SHA1 Message Date
  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
  Fabien Potencier 4255f4ea76 [Process] removed uninteresting tests 12 years ago
  Fabien Potencier 2cd16e5708 fixed CS 12 years ago
  Jordi Boggiano abbb6c9a4f [Process] Add default xampp path to the list of possible paths to check 12 years ago
  Jordi Boggiano 9c35e1ebda [Process] Clean-up/simplify code 12 years ago
  Jordi Boggiano 0995610ef0 [Process] Add extra dirs argument to the executable finder to allow searching more dirs 12 years ago
  Jordi Boggiano f4f101fc7c [Process] Refactor the windows handling so it is always executed 12 years ago
  Jordi Boggiano a13939a6e2 [Process] Add failing test for callbacks on windows 12 years ago
  Fabien Potencier 2917ec05bb fixed CS 12 years ago
  Fabien Potencier b34a96e4a4 merged 2.0 12 years ago
  Fabien Potencier cfeeff8ab9 fixed CS 12 years ago
  Fabien Potencier 106f2db51c updated minimum PHP version to 5.3.3 12 years ago
  Fabien Potencier 1bc1398d51 merged branch willdurand/fix-components (PR #4155) 12 years ago
  William DURAND 3247811ab5 [Components] Tests/Autoloading fixes 12 years ago
  Fabien Potencier 7a92d8a8c6 Revert "merged branch Seldaek/master (PR #4133)" 12 years ago
  Jordi Boggiano 2535ab9838 Update branch aliases 12 years ago
  Fabien Potencier 718655f4bc [Process] added CHANGELOG 12 years ago
  Sebastian Marek 18e8fedd0b [Process] Fixed ProcessFailedException not populating exception message due to a missing sprintf parameter 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
  Joseph Bielawski 9f49693318 [Tests] Use proper assertions 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 6564115c93 [Process] Skip signal assertion on windows 12 years ago
  Jordi Boggiano d3043dd70a [Process] Skip test that is still getting stuck on windows 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 20a23f728b fixed CS 12 years ago
  Victor Berchet 2e4da8c807 [PhpUnit] Fix the path to the boostrap files in the components 12 years ago
  Fabien Potencier 05d2c2b037 moved component and bridge unit tests to the src/ directory 12 years ago
  Fabien Potencier 2afb065cc6 merged branch schmittjoh/processFailedException (PR #3633) 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
  Johannes M. Schmitt fb25e32342 added an exception for failed processes 12 years ago
  Jordi Boggiano d08c4ea153 [Process] Fix command escaping 12 years ago
  Fabien Potencier 0aad81ae9f merged 2.0 12 years ago
  Fabien Potencier d9db1dc7f1 [Process] fixed CS 12 years ago
  Fabien Potencier 5bca0c3c08 merged branch Seldaek/processb (PR #3381) 12 years ago
  stealth35 b930a535b3 Only work with the cli sapi 12 years ago
  stealth35 0e077b442c [Process] PHP_BINARY return the current process 12 years ago
  Jordi Boggiano 6aceac404d Removed version field 12 years ago
  Jordi Boggiano 0c6cf2e31c Add branch-alias for composer 12 years ago