Skip to content

Releases: mikehaertl/php-shellcommand

Release 1.7.0

19 Apr 08:26
e79ea52

Choose a tag to compare

  • Issue #61 Add form feed to trimmed characters

Release 1.6.4

17 Mar 06:55
3488d78

Choose a tag to compare

  • Let getExecCommand() not cache the created command string

Release 1.6.3

25 Nov 19:14
fe86ec8

Choose a tag to compare

  • Include PHP 5.3 in version requirements

Release 1.6.2

30 Aug 09:57

Choose a tag to compare

  • Add .gitattributes to reduce package size

Release 1.6.1

20 Dec 08:50
8d98d85

Choose a tag to compare

Release 1.6.0

15 Sep 07:37
6c6f44c

Choose a tag to compare

  • Issue #24 Implement timeout feature

Release 1.5.0

17 Aug 06:49
290fc6c

Choose a tag to compare

  • Issue #20 Refactor handling of stdin/stdou/sterr streams with proc_open(). By default these streams now operate in non-blocking mode which should fix many hanging issues that were caused when the command received/sent a lot of input/output. This is the new default on Non-Windows systems (it's not supported on Windows, though). To get the old behavior the nonBlockingMode option can be set to false.

Release 1.4.1

07 Jul 07:42

Choose a tag to compare

Release 1.4.0

16 Feb 07:04
727e214

Choose a tag to compare

  • Allow stdin to be a stream or a file handle (@Arzaroth)

Release 1.3.0

01 Dec 09:02
a0c445a

Choose a tag to compare

  • Add setStdIn() which allows to pipe an input string to the command (@martinqvistgard)