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
  Fabien Potencier d498d5d489 updated license year 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
  stealth35 b930a535b3 Only work with the cli sapi 12 years ago
  stealth35 0e077b442c [Process] PHP_BINARY return the current process 12 years ago
  marc.weistroff 8a1803b1b5 Updated LICENSE files copyright 12 years ago
  Fabien Potencier 09ad3e84e7 removed the version attribute in all composer.json files 13 years ago
  Fabien Potencier 77d22a3fc9 tweaked the README files 13 years ago
  Fabien Potencier e20fd952c3 merged branch lsmith77/component_readmes (PR #2561) 13 years ago
  Fabien Potencier 97048b6f70 [Process] introduced usage of PHP_BINARY (available as of PHP 5.4) 13 years ago
  Fabien Potencier 18a7862175 bumped Symfony version in composer.json files to 2.0.7 13 years ago
  Lukas Kahwe Smith c2d9e1c7be added basic README files for all components 13 years ago
  Fabien Potencier 8ec855d02a bumped Symfony version to 2.0.6-DEV 13 years ago
  Fabien Potencier 9e7697f456 bumped Symfony version in composer.json files to 2.0.5 13 years ago
  Fabien Potencier 4215ad4781 updated composer.json files to contain information about autoloading and target dirs 13 years ago
  Igor Wiedler dd11492560 [composer] add composer.json 13 years ago
  Johannes M. Schmitt d7d1f1d51b [Process] workaround a faulty implementation of is_executable on Windows 13 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
  Florin Patan a6acc9ac44 fixed CS and unsude variable (PR #1319) 13 years ago
  Florin Patan b9cbac85da Executable Finder will now try to match if a file is already in the open_basedir list before searching it thru that list 13 years ago
  Florin Patan 4b26e904fd Fix problem with searching files while the open_basedir is in use 13 years ago
  Pascal Borreli a003d069fc [Process] Fixed namespace typo and windows test 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
  Kris Wallsmith 4dd76c6bd9 [Process] added optional argument for default executable 13 years ago
  Fabien Potencier 864deab95b [Process] changed ExecutableFinder to return false instead of throwing an exception when the executable is not found 13 years ago
  Fabien Potencier dd37cd4eb2 Merge remote branch 'schmittjoh/process' 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
  Johannes M. Schmitt 8adce9c9b3 [Process] use component exception 13 years ago
  Johannes M. Schmitt d1dcdfa95f [Process][Assetic] refactored some code to allow for better executable defaults 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
  Pascal Borreli 724ec9d14a [Process] Better guess of php bin executable path 13 years ago
  Pascal Borreli 4776b4ca09 [Process] Removed useless getenv 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
  Fabien Potencier 6563d30fbf added LICENSE files for the subtree repositories 13 years ago