This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Process
Christian Flothmann 30c9b1ec28 silent file operation to avoid open basedir issues
Using file operations on a symlink that points to a file outside the
directories being allowed by the open_basedir setting leads to PHP
warnings being raised.
2016-09-28 19:20:21 -07:00
..
Exception When a process fails, check if the output is enabled 2014-03-25 23:03:32 +01:00
Pipes [Process] Strengthen Windows pipe files opening (again...) 2016-08-11 08:52:50 +02:00
Tests Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Process] Deprecate using values that are not string for Process::setStdin and ProcessBuilder::setInput 2014-05-23 11:02:52 +02:00
composer.json Merge branch '2.3' into 2.7 2015-10-30 13:10:21 -07:00
ExecutableFinder.php silent file operation to avoid open basedir issues 2016-09-28 19:20:21 -07:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
PhpExecutableFinder.php [Process] Fix trailing space in PHP binary finder 2015-11-19 13:49:26 +01:00
PhpProcess.php [Process] More robustness and deterministic tests 2015-12-22 13:58:57 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Process.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ProcessBuilder.php Merge branch '2.3' into 2.7 2016-04-02 09:48:01 +02:00
ProcessUtils.php [Process] Fix stream_select priority when writing to stdin 2016-03-30 18:29:21 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Process Component

The Process component executes commands in sub-processes.

Resources