forked from mikehaertl/php-shellcommand
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3f3aa5
commit 888c5c9
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
## 1.0.7 | ||
|
||
* WIP | ||
* Issue #6: Solve `proc_open()` pipe configuration for both, Windows / Linux | ||
|
||
## 1.0.6 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* This class represents a shell command. | ||
* | ||
* @author Michael Härtl <[email protected]> | ||
* @version 1.0.7-dev | ||
* @version 1.0.7 | ||
* @license http://www.opensource.org/licenses/MIT | ||
*/ | ||
class Command | ||
|