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/Tests
Matthew J Mucklo 8764944c69 fix issue where $_ENV contains array vals
There are cases where $env or $_ENV can contain a value that is an array
This will cause Process to throw an Array to String conversion exception
Initially I submitted a patch of Process.php, however Fabien indicated
that it shouldn't be fixed there (see below pull request).

Before recently, a simple work around would be in php.ini to set:

  register_argc_argv = On

However with recent changes, this seems to no longer work.

Original pull request: https://github.com/symfony/symfony/pull/7354

See ticket https://github.com/symfony/symfony/issues/7196
2013-06-13 08:44:22 +02:00
..
AbstractProcessTest.php Merge branch '2.1' into 2.2 2013-05-06 22:02:13 +02:00
NonStopableProcess.php Fix timeout in Process::stop method 2013-04-07 16:17:09 +02:00
PhpExecutableFinderTest.php Removed underscores from test method names to be consistent with other components. 2013-01-11 00:31:43 +00:00
PhpProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
ProcessBuilderTest.php fix issue where $_ENV contains array vals 2013-06-13 08:44:22 +02:00
ProcessFailedExceptionTest.php Merge branch '2.1' into 2.2 2013-05-06 22:02:13 +02:00
ProcessInSigchildEnvironment.php Add a Sigchild compatibility mode (set to false by default) 2012-09-19 00:37:29 +02:00
ProcessTestHelper.php merged 2.0 2012-05-20 18:16:37 +02:00
SigchildDisabledProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
SigchildEnabledProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
SimpleProcessTest.php [Process] Fix docblocks, remove return from PhpProcess#start() as parent returns nothing, cleaned up ExecutableFinder 2013-01-12 13:49:05 +01:00