Commit History

Author SHA1 Message Date
  Nicolas Grekas 9f8a009f40 Merge branch '6.4' into 7.1 2 months ago
  Nicolas Grekas 3f94e5f13f Merge branch '5.4' into 6.4 2 months ago
  Joel Wurtz 14730a20ed feat(process): allow to ignore signals when executing a process 9 months ago
  Yanick Witschi 7dea4fddc0 Introducing a new PhpSubprocess handler 1 year ago
  Jan Walther 1f07ae60a2 [Process] Support finding executables independently of open_basedir 1 year ago
  Kevin Bond 1276cfea91 [Messenger][Process] add `RunProcessMessage` and `RunProcessMessageHandler` 1 year ago
  Andrei O a9bb93b437 [Process] allow setting options esp. "create_new_console" to detach a subprocess 4 years ago
  Dominik Piekarski 55bebe44b7 [Process] Add getter for process starttime 4 years ago
  Karoly Gossler 6a848c8e1c added `Process::getLastOutputTime()` method 5 years ago
  Christian Flothmann 980c1042d3 remove deprecated inheritEnvironmentVariables() method 5 years ago
  Nicolas Grekas 330cd5334a Merge branch '4.4' 5 years ago
  Maxime Steinhausser dd0991b2c2 [Process] Deprecate Process::inheritEnvironmentVariables() 5 years ago
  Nicolas Grekas 8287745411 Remove deprecated code paths that trigger a runtime notice 5 years ago
  Fabien Potencier 58b6521280 Merge branch '4.1' into 4.2 5 years ago
  Fabien Potencier 72d838aafa fixed CS 5 years ago
  Maxime Veber 04b851250d [Process] Add feature \"wait until callback\" to process class 6 years ago
  Nicolas Grekas d6f417d21e [Process][Console] deprecated defining commands as strings 6 years ago
  Sullivan SENECHAL 80504dbfc1 Introduce signaled process specific exception class 6 years ago
  Nicolas Grekas 067046d5f8 [Process] Make `PhpExecutableFinder` look for the `PHP_BINARY` env var 6 years ago
  Christian Flothmann 124a087685 add type hint and changelog entry 7 years ago
  Christian Flothmann 729f0f798e drop non-existent working directory support 7 years ago
  Christian Flothmann d111ff771e Merge branch '3.4' 7 years ago
  Alex Bowers e146aa7652 Added deprecation to cwd not existing Fixes #18249 7 years ago
  Dany Maillard 9528d039f9 Add some meta infos 7 years ago
  Christian Flothmann 8bdb5476df [Process] remove deprecated features 7 years ago
  Nicolas Grekas 201c3bd3f1 [Process] Deprecate ProcessBuilder 7 years ago
  Nicolas Grekas e34416d409 [Process] Accept command line arrays and per-run env vars, fixing signaling and escaping 7 years ago
  Nicolas Grekas a8c0522f1f [Process] Deprecate not inheriting env vars + compat related settings 7 years ago
  Romain Neutron 5d7d78e238 [Process] Deprecate using values that are not string for Process::setStdin and ProcessBuilder::setInput 10 years ago
  Romain Neutron ad66ae28b3 [Process] Deprecate Process::setStdin in favor of Process::setInput 10 years ago
  Fabien Potencier 7f229abb27 feature #8655 Adds PTY mode & convenience method mustRun() (schmittjoh) 10 years ago
  Johannes M. Schmitt fa700625db adds convenience method mustRun 11 years ago
  Johannes M. Schmitt 8f8dfd25ee adds support for PTY mode 11 years ago
  Fabien Potencier c40a7806f9 [Process] updated the CHANGELOG 11 years ago
  Fabien Potencier a7177e400f merged branch hason/process (PR #6796) 11 years ago
  Fabien Potencier 156eb9ff92 added missing information in the CHANGELOGS 11 years ago
  Martin Hasoň 28cdd4b7c0 [Process] Added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows 12 years ago
  Alexander e0dc473186 [Process] Add ability to reset arguments on ProcessBuilder 12 years ago
  Fabien Potencier bae97b6a03 [Process] updated the CHANGELOG 12 years ago
  Fabien Potencier a523a1c322 [Process] updated CHANGELOG 12 years ago
  Fabien Potencier 718655f4bc [Process] added CHANGELOG 12 years ago