Skip to content

Releases: mikehaertl/php-shellcommand

Release 1.7.0

Choose a tag to compare

@mikehaertl mikehaertl released this 19 Apr 08:26
e79ea52
  • Issue #61 Add form feed to trimmed characters

Release 1.6.4

Choose a tag to compare

@mikehaertl mikehaertl released this 17 Mar 06:55
3488d78
  • Let getExecCommand() not cache the created command string

Release 1.6.3

Choose a tag to compare

@mikehaertl mikehaertl released this 25 Nov 19:14
fe86ec8
  • Include PHP 5.3 in version requirements

Release 1.6.2

Choose a tag to compare

@mikehaertl mikehaertl released this 30 Aug 09:57
  • Add .gitattributes to reduce package size

Release 1.6.1

Choose a tag to compare

@mikehaertl mikehaertl released this 20 Dec 08:50
8d98d85

Release 1.6.0

Choose a tag to compare

@mikehaertl mikehaertl released this 15 Sep 07:37
6c6f44c
  • Issue #24 Implement timeout feature

Release 1.5.0

Choose a tag to compare

@mikehaertl mikehaertl released this 17 Aug 06:49
290fc6c
  • 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

Choose a tag to compare

@mikehaertl mikehaertl released this 07 Jul 07:42

Release 1.4.0

Choose a tag to compare

@mikehaertl mikehaertl released this 16 Feb 07:04
727e214
  • Allow stdin to be a stream or a file handle (@Arzaroth)

Release 1.3.0

Choose a tag to compare

@mikehaertl mikehaertl released this 01 Dec 09:02
a0c445a
  • Add setStdIn() which allows to pipe an input string to the command (@martinqvistgard)