php-censor/src/PHPCensor/Helper
TobiasKappe 5c10fca905 Read standard output and standard error of child process using stream_select. (#1253)
If a process filled up the buffer of the standard error pipe before closing the
standard output pipe, it would hang. As a result, the call to
stream_get_contents for the standard output pipe would not return, as the
standard error pipe needs to be read from in order for the process to continue.
This change uses stream_select to read from both pipes whenever data becomes
available.
2017-01-06 11:15:08 +07:00
..
AnsiConverter.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
BaseCommandExecutor.php Read standard output and standard error of child process using stream_select. (#1253) 2017-01-06 11:15:08 +07:00
Build.php Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
BuildInterpolator.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
CommandExecutor.php Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Diff.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
Email.php Fixes for Email plugin 2016-12-24 17:51:54 +07:00
Github.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
Lang.php Fixed User Session 2017-01-04 10:37:39 +07:00
LoginIsDisabled.php Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
MailerFactory.php Fixes 2016-12-24 17:51:54 +07:00
SshKey.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
UnixCommandExecutor.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
User.php Check session value before use 2016-12-24 16:58:38 +07:00
WindowsCommandExecutor.php Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00